Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c685 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()
Dhci_event.c1644 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/
Dhci.h1650 #define HCI_OP_LE_SET_ADDR_RESOLV_ENABLE 0x202d macro