Home
last modified time | relevance | path

Searched refs:vnd_local_bd_addr (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h676 static inline int getmacaddr(uint8_t * vnd_local_bd_addr) in getmacaddr() argument
709 vnd_local_bd_addr[5-i] = ((uint8_t)buf[3*i]-'0')*16 + ((uint8_t)buf[3*i+1]-'0'); in getmacaddr()