Searched refs:HCI_OP_LE_SET_ADV_PARAM (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1448 #define HCI_OP_LE_SET_ADV_PARAM 0x2006 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 986 hci_req_add(req, HCI_OP_LE_SET_ADV_PARAM, sizeof(cp), &cp); in hci_req_directed_advertising()
|
H A D | hci_event.c | 1720 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_PARAM); in hci_cc_set_adv_param() 3549 case HCI_OP_LE_SET_ADV_PARAM: in hci_cmd_complete_evt()
|
H A D | hci_request.c | 1566 hci_req_add(req, HCI_OP_LE_SET_ADV_PARAM, sizeof(cp), &cp); in __hci_req_enable_advertising()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1663 #define HCI_OP_LE_SET_ADV_PARAM 0x2006 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 1598 status = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_PARAM, in hci_enable_advertising_sync() 6191 status = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_PARAM, in hci_le_directed_advertising_sync()
|
H A D | hci_event.c | 2190 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_PARAM); in hci_cc_set_adv_param() 4174 HCI_CC_STATUS(HCI_OP_LE_SET_ADV_PARAM, hci_cc_set_adv_param),
|
Completed in 45 milliseconds