Searched refs:HCI_OP_LE_SET_ADV_ENABLE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_conn.c | 485 hci_send_cmd(hdev, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), in le_conn_timeout() 946 hci_req_add(req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), in hci_req_directed_advertising() 1026 hci_req_add(&req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), in hci_connect_le()
|
| D | hci_request.c | 953 hci_req_add(req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), &enable); in __hci_req_disable_advertising() 1120 hci_req_add(req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), &enable); in __hci_req_enable_advertising()
|
| D | hci_event.c | 1150 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_ENABLE); in hci_cc_le_set_adv_enable() 3353 case HCI_OP_LE_SET_ADV_ENABLE: in hci_cmd_complete_evt()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 1397 #define HCI_OP_LE_SET_ADV_ENABLE 0x200a macro
|