Searched refs:HCI_OP_READ_BD_ADDR (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/bluetooth/ |
A D | btbcm.c | 40 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL, in btbcm_check_bdaddr()
|
A D | btintel.c | 40 skb = __hci_cmd_sync(hdev, HCI_OP_READ_BD_ADDR, 0, NULL, in btintel_check_bdaddr()
|
/linux/include/net/bluetooth/ |
A D | hci.h | 1339 #define HCI_OP_READ_BD_ADDR 0x1009 macro
|
/linux/net/bluetooth/ |
A D | hci_core.c | 86 hci_req_add(req, HCI_OP_READ_BD_ADDR, 0, NULL); in bredr_init() 861 hci_req_add(req, HCI_OP_READ_BD_ADDR, 0, NULL); in hci_init0_req()
|
A D | hci_event.c | 3514 case HCI_OP_READ_BD_ADDR: in hci_cmd_complete_evt()
|
Completed in 39 milliseconds