Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_conn.c481 hci_send_cmd(hdev, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), in le_conn_timeout()
778 hci_req_add(req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), &enable); in hci_req_directed_advertising()
872 hci_req_add(&req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), in hci_connect_le()
Dhci_event.c1053 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_ENABLE); in hci_cc_le_set_adv_enable()
2964 case HCI_OP_LE_SET_ADV_ENABLE: in hci_cmd_complete_evt()
Dmgmt.c1253 hci_req_add(req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), &enable); in disable_advertising()
1310 hci_req_add(req, HCI_OP_LE_SET_ADV_ENABLE, sizeof(enable), &enable); in enable_advertising()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1327 #define HCI_OP_LE_SET_ADV_ENABLE 0x200a macro