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
3934
if (!hci_sent_cmd_data(hdev, opcode)) {
net/bluetooth/hci_event.c
1027
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_PAGE_SCAN_ACTIVITY);
net/bluetooth/hci_event.c
1064
type = hci_sent_cmd_data(hdev, HCI_OP_WRITE_PAGE_SCAN_TYPE);
net/bluetooth/hci_event.c
1085
cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK);
net/bluetooth/hci_event.c
1146
cp = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_ERR_DATA_REPORTING);
net/bluetooth/hci_event.c
1172
cp = hci_sent_cmd_data(hdev, HCI_OP_PIN_CODE_REPLY);
net/bluetooth/hci_event.c
1359
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_RANDOM_ADDR);
net/bluetooth/hci_event.c
1389
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_DEFAULT_PHY);
net/bluetooth/hci_event.c
1415
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_SET_RAND_ADDR);
net/bluetooth/hci_event.c
1453
instance = hci_sent_cmd_data(hdev, HCI_OP_LE_REMOVE_ADV_SET);
net/bluetooth/hci_event.c
1481
if (!hci_sent_cmd_data(hdev, HCI_OP_LE_CLEAR_ADV_SETS))
net/bluetooth/hci_event.c
1528
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PRIVACY_MODE);
net/bluetooth/hci_event.c
1554
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_ENABLE);
net/bluetooth/hci_event.c
1595
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE);
net/bluetooth/hci_event.c
1662
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_PARAM);
net/bluetooth/hci_event.c
1687
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_SCAN_PARAMS);
net/bluetooth/hci_event.c
1808
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE);
net/bluetooth/hci_event.c
1828
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_EXT_SCAN_ENABLE);
net/bluetooth/hci_event.c
1896
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST);
net/bluetooth/hci_event.c
1919
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST);
net/bluetooth/hci_event.c
1973
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_WRITE_DEF_DATA_LEN);
net/bluetooth/hci_event.c
1994
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_RESOLV_LIST);
net/bluetooth/hci_event.c
2018
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_RESOLV_LIST);
net/bluetooth/hci_event.c
2073
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE);
net/bluetooth/hci_event.c
2118
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LE_HOST_SUPPORTED);
net/bluetooth/hci_event.c
2154
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_PARAM);
net/bluetooth/hci_event.c
218
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY);
net/bluetooth/hci_event.c
2199
sent = hci_sent_cmd_data(hdev, HCI_OP_READ_TX_POWER);
net/bluetooth/hci_event.c
2234
mode = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SSP_DEBUG_MODE);
net/bluetooth/hci_event.c
2248
if (hci_sent_cmd_data(hdev, HCI_OP_INQUIRY))
net/bluetooth/hci_event.c
2259
cp = hci_sent_cmd_data(hdev, HCI_OP_CREATE_CONN);
net/bluetooth/hci_event.c
2299
cp = hci_sent_cmd_data(hdev, HCI_OP_ADD_SCO);
net/bluetooth/hci_event.c
2334
cp = hci_sent_cmd_data(hdev, HCI_OP_AUTH_REQUESTED);
net/bluetooth/hci_event.c
2361
cp = hci_sent_cmd_data(hdev, HCI_OP_SET_CONN_ENCRYPT);
net/bluetooth/hci_event.c
2497
cp = hci_sent_cmd_data(hdev, HCI_OP_REMOTE_NAME_REQ);
net/bluetooth/hci_event.c
2538
cp = hci_sent_cmd_data(hdev, HCI_OP_READ_REMOTE_FEATURES);
net/bluetooth/hci_event.c
2565
cp = hci_sent_cmd_data(hdev, HCI_OP_READ_REMOTE_EXT_FEATURES);
net/bluetooth/hci_event.c
259
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY);
net/bluetooth/hci_event.c
2616
cp = hci_sent_cmd_data(hdev, HCI_OP_SETUP_SYNC_CONN);
net/bluetooth/hci_event.c
2632
cp = hci_sent_cmd_data(hdev, HCI_OP_ENHANCED_SETUP_SYNC_CONN);
net/bluetooth/hci_event.c
2649
cp = hci_sent_cmd_data(hdev, HCI_OP_SNIFF_MODE);
net/bluetooth/hci_event.c
2676
cp = hci_sent_cmd_data(hdev, HCI_OP_EXIT_SNIFF_MODE);
net/bluetooth/hci_event.c
2708
cp = hci_sent_cmd_data(hdev, HCI_OP_DISCONNECT);
net/bluetooth/hci_event.c
2843
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CONN);
net/bluetooth/hci_event.c
2868
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_EXT_CREATE_CONN);
net/bluetooth/hci_event.c
2890
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PHY);
net/bluetooth/hci_event.c
2915
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_READ_REMOTE_FEATURES);
net/bluetooth/hci_event.c
2940
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_START_ENC);
net/bluetooth/hci_event.c
2968
cp = hci_sent_cmd_data(hdev, HCI_OP_SWITCH_ROLE);
net/bluetooth/hci_event.c
311
sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY);
net/bluetooth/hci_event.c
352
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LOCAL_NAME);
net/bluetooth/hci_event.c
3829
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_CIG_PARAMS);
net/bluetooth/hci_event.c
3891
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SETUP_ISO_PATH);
net/bluetooth/hci_event.c
393
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE);
net/bluetooth/hci_event.c
3963
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_READ_ALL_REMOTE_FEATURES);
net/bluetooth/hci_event.c
3987
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PER_ADV_PARAMS);
net/bluetooth/hci_event.c
4008
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_PER_ADV_ENABLE);
net/bluetooth/hci_event.c
428
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_ENCRYPT_MODE);
net/bluetooth/hci_event.c
4321
cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CIS);
net/bluetooth/hci_event.c
451
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE);
net/bluetooth/hci_event.c
492
sent = hci_sent_cmd_data(hdev, HCI_OP_SET_EVENT_FLT);
net/bluetooth/hci_event.c
535
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_CLASS_OF_DEV);
net/bluetooth/hci_event.c
590
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_VOICE_SETTING);
net/bluetooth/hci_event.c
634
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SSP_MODE);
net/bluetooth/hci_event.c
667
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SC_SUPPORT);
net/bluetooth/hci_event.c
828
sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_PAYLOAD_TO);
net/bluetooth/hci_sync.c
3047
sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST);