Searched refs:HCI_OP_LE_SET_ADDR_RESOLV_ENABLE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/bluetooth/ |
D | hci_request.c | 685 hci_req_add(req, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE, 1, &enable); in hci_req_add_le_scan_disable() 880 hci_req_add(req, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE, 1, &enable); in hci_req_start_scan() 1807 hci_req_add(&req, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE, 1, &enable); in hci_req_disable_address_resolution()
|
D | hci_event.c | 1644 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE); in hci_cc_le_set_addr_resolution_enable() 3528 case HCI_OP_LE_SET_ADDR_RESOLV_ENABLE: in hci_cmd_complete_evt()
|
/Linux-v5.10/include/net/bluetooth/ |
D | hci.h | 1650 #define HCI_OP_LE_SET_ADDR_RESOLV_ENABLE 0x202d macro
|