Symbol: hci_sent_cmd_data
include/net/bluetooth/hci_core.h
2341
void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode);
net/bluetooth/hci_core.c
3972
if (!hci_sent_cmd_data(hdev, opcode)) {
net/bluetooth/hci_event.c
1030
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_PAGE_SCAN_ACTIVITY);
net/bluetooth/hci_event.c
1067
type = hci_sent_cmd_data(hdev, HCI_OP_WRITE_PAGE_SCAN_TYPE);
net/bluetooth/hci_event.c
1088
cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK);
net/bluetooth/hci_event.c
1149
cp = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_ERR_DATA_REPORTING);
net/bluetooth/hci_event.c
1175
cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY);
net/bluetooth/hci_event.c
1362
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_RANDOM_ADDR);
net/bluetooth/hci_event.c
1392
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY);
net/bluetooth/hci_event.c
1418
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_SET_RAND_ADDR);
net/bluetooth/hci_event.c
1456
instance = hci_sent_cmd_data(hdev, HCI_OP_LE_REMOVE_ADV_SET);
net/bluetooth/hci_event.c
1484
if (!hci_sent_cmd_data(hdev, HCI_OP_LE_CLEAR_ADV_SETS))
net/bluetooth/hci_event.c
1531
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PRIVACY_MODE);
net/bluetooth/hci_event.c
1557
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_ENABLE);
net/bluetooth/hci_event.c
1598
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE);
net/bluetooth/hci_event.c
1665
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_PARAM);
net/bluetooth/hci_event.c
1690
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_SCAN_PARAMS);
net/bluetooth/hci_event.c
1804
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE);
net/bluetooth/hci_event.c
1824
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_SCAN_ENABLE);
net/bluetooth/hci_event.c
1892
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST);
net/bluetooth/hci_event.c
1915
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST);
net/bluetooth/hci_event.c
1969
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_WRITE_DEF_DATA_LEN);
net/bluetooth/hci_event.c
1990
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_RESOLV_LIST);
net/bluetooth/hci_event.c
2014
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_RESOLV_LIST);
net/bluetooth/hci_event.c
2069
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE);
net/bluetooth/hci_event.c
2114
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LE_HOST_SUPPORTED);
net/bluetooth/hci_event.c
2150
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_PARAM);
net/bluetooth/hci_event.c
2195
sent = hci_sent_cmd_data(hdev, HCI_OP_READ_TX_POWER);
net/bluetooth/hci_event.c
221
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY);
net/bluetooth/hci_event.c
2230
mode = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SSP_DEBUG_MODE);
net/bluetooth/hci_event.c
2244
if (hci_sent_cmd_data(hdev, HCI_OP_INQUIRY))
net/bluetooth/hci_event.c
2255
cp = hci_sent_cmd_data(hdev, HCI_OP_CREATE_CONN);
net/bluetooth/hci_event.c
2295
cp = hci_sent_cmd_data(hdev, HCI_OP_ADD_SCO);
net/bluetooth/hci_event.c
2330
cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED);
net/bluetooth/hci_event.c
2357
cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT);
net/bluetooth/hci_event.c
2493
cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ);
net/bluetooth/hci_event.c
2534
cp = hci_sent_cmd_data(hdev, HCI_OP_READ_REMOTE_FEATURES);
net/bluetooth/hci_event.c
2561
cp = hci_sent_cmd_data(hdev, HCI_OP_READ_REMOTE_EXT_FEATURES);
net/bluetooth/hci_event.c
2612
cp = hci_sent_cmd_data(hdev, HCI_OP_SETUP_SYNC_CONN);
net/bluetooth/hci_event.c
262
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY);
net/bluetooth/hci_event.c
2628
cp = hci_sent_cmd_data(hdev, HCI_OP_ENHANCED_SETUP_SYNC_CONN);
net/bluetooth/hci_event.c
2645
cp = hci_sent_cmd_data(hdev, HCI_OP_SNIFF_MODE);
net/bluetooth/hci_event.c
2672
cp = hci_sent_cmd_data(hdev, HCI_OP_EXIT_SNIFF_MODE);
net/bluetooth/hci_event.c
2704
cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT);
net/bluetooth/hci_event.c
2839
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CONN);
net/bluetooth/hci_event.c
2864
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_EXT_CREATE_CONN);
net/bluetooth/hci_event.c
2886
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PHY);
net/bluetooth/hci_event.c
2911
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_READ_REMOTE_FEATURES);
net/bluetooth/hci_event.c
2936
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_START_ENC);
net/bluetooth/hci_event.c
2964
cp = hci_sent_cmd_data(hdev, HCI_OP_SWITCH_ROLE);
net/bluetooth/hci_event.c
314
sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY);
net/bluetooth/hci_event.c
355
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LOCAL_NAME);
net/bluetooth/hci_event.c
3844
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_CIG_PARAMS);
net/bluetooth/hci_event.c
3906
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SETUP_ISO_PATH);
net/bluetooth/hci_event.c
396
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE);
net/bluetooth/hci_event.c
3978
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_READ_ALL_REMOTE_FEATURES);
net/bluetooth/hci_event.c
4002
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PER_ADV_PARAMS);
net/bluetooth/hci_event.c
4023
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PER_ADV_ENABLE);
net/bluetooth/hci_event.c
431
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_ENCRYPT_MODE);
net/bluetooth/hci_event.c
4336
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CIS);
net/bluetooth/hci_event.c
454
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE);
net/bluetooth/hci_event.c
495
sent = hci_sent_cmd_data(hdev, HCI_OP_SET_EVENT_FLT);
net/bluetooth/hci_event.c
538
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_CLASS_OF_DEV);
net/bluetooth/hci_event.c
593
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_VOICE_SETTING);
net/bluetooth/hci_event.c
637
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SSP_MODE);
net/bluetooth/hci_event.c
670
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SC_SUPPORT);
net/bluetooth/hci_event.c
831
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_PAYLOAD_TO);
net/bluetooth/hci_sync.c
2949
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST);