Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c938 hci_req_add(req, HCI_OP_LE_SET_EXT_ADV_PARAMS, sizeof(cp), &cp); in hci_req_directed_advertising()
H A Dhci_event.c1738 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_ADV_PARAMS); in hci_cc_set_ext_adv_param()
3572 case HCI_OP_LE_SET_EXT_ADV_PARAMS: in hci_cmd_complete_evt()
H A Dhci_request.c2059 hci_req_add(req, HCI_OP_LE_SET_EXT_ADV_PARAMS, sizeof(cp), &cp); in __hci_req_setup_ext_adv_instance()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h1735 #define HCI_OP_LE_SET_EXT_ADV_PARAMS 0x2036 macro