Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/bluetooth/
Dhci.h1295 #define HCI_OP_LE_SET_ADV_PARAM 0x2006 macro
/linux-4.4.14/net/bluetooth/
Dhci_conn.c775 hci_req_add(req, HCI_OP_LE_SET_ADV_PARAM, sizeof(cp), &cp); in hci_req_directed_advertising()
Dhci_event.c1368 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_PARAM); in hci_cc_set_adv_param()
3012 case HCI_OP_LE_SET_ADV_PARAM: in hci_cmd_complete_evt()
Dmgmt.c1308 hci_req_add(req, HCI_OP_LE_SET_ADV_PARAM, sizeof(cp), &cp); in enable_advertising()