Symbol: __hci_cmd_sync_status
drivers/bluetooth/btnxpuart.c
1427
err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL,
drivers/bluetooth/btnxpuart.c
1436
err = __hci_cmd_sync_status(hdev, HCI_NXP_SET_BD_ADDR, sizeof(pcmd),
drivers/bluetooth/hci_mrvl.c
414
err = __hci_cmd_sync_status(hu->hdev, MRVL_SET_BAUDRATE,
include/net/bluetooth/hci_sync.h
57
int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen,
net/bluetooth/hci_conn.c
1962
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_CIG_PARAMS,
net/bluetooth/hci_conn.c
264
__hci_cmd_sync_status(hdev, HCI_CONFIGURE_DATA_PATH,
net/bluetooth/hci_conn.c
268
err = __hci_cmd_sync_status(hdev, HCI_CONFIGURE_DATA_PATH,
net/bluetooth/hci_sync.c
1079
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_RANDOM_ADDR,
net/bluetooth/hci_sync.c
1205
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE,
net/bluetooth/hci_sync.c
1231
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_SET_RAND_ADDR,
net/bluetooth/hci_sync.c
1300
err = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_ADV_DATA,
net/bluetooth/hci_sync.c
1336
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_DATA,
net/bluetooth/hci_sync.c
1514
err = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_SCAN_RSP_DATA,
net/bluetooth/hci_sync.c
1548
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_SCAN_RSP_DATA,
net/bluetooth/hci_sync.c
1603
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE,
net/bluetooth/hci_sync.c
1639
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_PER_ADV_ENABLE,
net/bluetooth/hci_sync.c
1661
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_PER_ADV_PARAMS,
net/bluetooth/hci_sync.c
1684
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_PER_ADV_DATA,
net/bluetooth/hci_sync.c
1704
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_PER_ADV_ENABLE,
net/bluetooth/hci_sync.c
1924
status = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_PARAM,
net/bluetooth/hci_sync.c
1929
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_ENABLE,
net/bluetooth/hci_sync.c
1976
return __hci_cmd_sync_status(hdev, HCI_OP_LE_TERM_BIG,
net/bluetooth/hci_sync.c
2166
return __hci_cmd_sync_status(hdev, HCI_OP_READ_RSSI,
net/bluetooth/hci_sync.c
2172
return __hci_cmd_sync_status(hdev, HCI_OP_READ_CLOCK,
net/bluetooth/hci_sync.c
2182
return __hci_cmd_sync_status(hdev, HCI_OP_READ_TX_POWER,
net/bluetooth/hci_sync.c
2197
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_ENABLE,
net/bluetooth/hci_sync.c
2214
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_SCAN_ENABLE,
net/bluetooth/hci_sync.c
2234
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_SCAN_ENABLE,
net/bluetooth/hci_sync.c
2247
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADDR_RESOLV_ENABLE,
net/bluetooth/hci_sync.c
2344
return __hci_cmd_sync_status(hdev, HCI_OP_LE_DEL_FROM_RESOLV_LIST,
net/bluetooth/hci_sync.c
2366
err = __hci_cmd_sync_status(hdev, HCI_OP_LE_DEL_FROM_ACCEPT_LIST,
net/bluetooth/hci_sync.c
2447
return __hci_cmd_sync_status(hdev, HCI_OP_LE_ADD_TO_RESOLV_LIST,
net/bluetooth/hci_sync.c
2484
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_PRIVACY_MODE,
net/bluetooth/hci_sync.c
2537
err = __hci_cmd_sync_status(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST,
net/bluetooth/hci_sync.c
2756
return __hci_cmd_sync_status(hdev, HCI_OP_LE_CLEAR_ACCEPT_LIST, 0, NULL,
net/bluetooth/hci_sync.c
290
EXPORT_SYMBOL(__hci_cmd_sync_status);
net/bluetooth/hci_sync.c
298
err = __hci_cmd_sync_status(hdev, opcode, plen, param, timeout);
net/bluetooth/hci_sync.c
3042
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_SCAN_PARAMS,
net/bluetooth/hci_sync.c
3065
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_SCAN_PARAM,
net/bluetooth/hci_sync.c
3333
err = __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SC_SUPPORT,
net/bluetooth/hci_sync.c
3358
__hci_cmd_sync_status(hdev, HCI_OP_WRITE_SSP_DEBUG_MODE,
net/bluetooth/hci_sync.c
3362
err = __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SSP_MODE,
net/bluetooth/hci_sync.c
3390
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_LE_HOST_SUPPORTED,
net/bluetooth/hci_sync.c
3447
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_AUTH_ENABLE,
net/bluetooth/hci_sync.c
3480
err = __hci_cmd_sync_status(hdev,
net/bluetooth/hci_sync.c
3488
err = __hci_cmd_sync_status(hdev,
net/bluetooth/hci_sync.c
3517
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SCAN_ENABLE,
net/bluetooth/hci_sync.c
3566
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_LOCAL_NAME,
net/bluetooth/hci_sync.c
3694
return __hci_cmd_sync_status(hdev, HCI_OP_READ_LOCAL_VERSION,
net/bluetooth/hci_sync.c
3701
return __hci_cmd_sync_status(hdev, HCI_OP_READ_BD_ADDR,
net/bluetooth/hci_sync.c
3724
err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL,
net/bluetooth/hci_sync.c
3768
return __hci_cmd_sync_status(hdev, HCI_OP_READ_LOCAL_FEATURES,
net/bluetooth/hci_sync.c
3796
return __hci_cmd_sync_status(hdev, HCI_OP_READ_LOCAL_COMMANDS,
net/bluetooth/hci_sync.c
3821
return __hci_cmd_sync_status(hdev, HCI_OP_READ_BUFFER_SIZE,
net/bluetooth/hci_sync.c
3828
return __hci_cmd_sync_status(hdev, HCI_OP_READ_CLASS_OF_DEV,
net/bluetooth/hci_sync.c
3835
return __hci_cmd_sync_status(hdev, HCI_OP_READ_LOCAL_NAME,
net/bluetooth/hci_sync.c
3845
return __hci_cmd_sync_status(hdev, HCI_OP_READ_VOICE_SETTING,
net/bluetooth/hci_sync.c
3852
return __hci_cmd_sync_status(hdev, HCI_OP_READ_NUM_SUPPORTED_IAC,
net/bluetooth/hci_sync.c
3859
return __hci_cmd_sync_status(hdev, HCI_OP_READ_CURRENT_IAC_LAP,
net/bluetooth/hci_sync.c
3884
return __hci_cmd_sync_status(hdev, HCI_OP_SET_EVENT_FLT,
net/bluetooth/hci_sync.c
3911
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_CA_TIMEOUT,
net/bluetooth/hci_sync.c
3929
err = __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SYNC_FLOWCTL,
net/bluetooth/hci_sync.c
3975
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SSP_MODE,
net/bluetooth/hci_sync.c
3989
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_EIR, sizeof(cp), &cp,
net/bluetooth/hci_sync.c
4007
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_INQUIRY_MODE,
net/bluetooth/hci_sync.c
4016
return __hci_cmd_sync_status(hdev, HCI_OP_READ_INQ_RSP_TX_POWER,
net/bluetooth/hci_sync.c
4030
return __hci_cmd_sync_status(hdev, HCI_OP_READ_LOCAL_EXT_FEATURES,
net/bluetooth/hci_sync.c
4063
return __hci_cmd_sync_status(hdev,
net/bluetooth/hci_sync.c
4067
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_BUFFER_SIZE,
net/bluetooth/hci_sync.c
4076
err = __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_LOCAL_FEATURES,
net/bluetooth/hci_sync.c
4082
return __hci_cmd_sync_status(hdev,
net/bluetooth/hci_sync.c
4092
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_SUPPORTED_STATES,
net/bluetooth/hci_sync.c
4242
return __hci_cmd_sync_status(hdev, HCI_OP_SET_EVENT_MASK,
net/bluetooth/hci_sync.c
4258
return __hci_cmd_sync_status(hdev, HCI_OP_READ_STORED_LINK_KEY,
net/bluetooth/hci_sync.c
4283
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_DEF_LINK_POLICY,
net/bluetooth/hci_sync.c
4292
return __hci_cmd_sync_status(hdev, HCI_OP_READ_PAGE_SCAN_ACTIVITY,
net/bluetooth/hci_sync.c
4303
return __hci_cmd_sync_status(hdev, HCI_OP_READ_DEF_ERR_DATA_REPORTING,
net/bluetooth/hci_sync.c
4317
return __hci_cmd_sync_status(hdev, HCI_OP_READ_PAGE_SCAN_TYPE,
net/bluetooth/hci_sync.c
4505
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EVENT_MASK,
net/bluetooth/hci_sync.c
4519
return __hci_cmd_sync_status(hdev,
net/bluetooth/hci_sync.c
4534
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_TRANSMIT_POWER,
net/bluetooth/hci_sync.c
4544
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_ACCEPT_LIST_SIZE,
net/bluetooth/hci_sync.c
4554
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_RESOLV_LIST_SIZE,
net/bluetooth/hci_sync.c
4564
return __hci_cmd_sync_status(hdev, HCI_OP_LE_CLEAR_RESOLV_LIST, 0, NULL,
net/bluetooth/hci_sync.c
4577
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_RPA_TIMEOUT,
net/bluetooth/hci_sync.c
4588
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_MAX_DATA_LEN, 0, NULL,
net/bluetooth/hci_sync.c
4598
return __hci_cmd_sync_status(hdev, HCI_OP_LE_READ_DEF_DATA_LEN, 0, NULL,
net/bluetooth/hci_sync.c
4608
return __hci_cmd_sync_status(hdev,
net/bluetooth/hci_sync.c
4632
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_LE_HOST_SUPPORTED,
net/bluetooth/hci_sync.c
4648
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_HOST_FEATURE_V2,
net/bluetooth/hci_sync.c
4669
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_HOST_FEATURE,
net/bluetooth/hci_sync.c
4768
return __hci_cmd_sync_status(hdev, HCI_OP_DELETE_STORED_LINK_KEY,
net/bluetooth/hci_sync.c
4818
return __hci_cmd_sync_status(hdev, HCI_OP_SET_EVENT_MASK_PAGE_2,
net/bluetooth/hci_sync.c
4839
return __hci_cmd_sync_status(hdev, HCI_OP_READ_LOCAL_PAIRING_OPTS,
net/bluetooth/hci_sync.c
4849
return __hci_cmd_sync_status(hdev, HCI_OP_GET_MWS_TRANSPORT_CONFIG,
net/bluetooth/hci_sync.c
4859
return __hci_cmd_sync_status(hdev, HCI_OP_READ_SYNC_TRAIN_PARAMS,
net/bluetooth/hci_sync.c
4872
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SC_SUPPORT,
net/bluetooth/hci_sync.c
4897
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_DEF_ERR_DATA_REPORTING,
net/bluetooth/hci_sync.c
4933
return __hci_cmd_sync_status(hdev, HCI_OP_LE_WRITE_DEF_DATA_LEN,
net/bluetooth/hci_sync.c
4970
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_DEFAULT_PHY,
net/bluetooth/hci_sync.c
5595
return __hci_cmd_sync_status(hdev, HCI_OP_REMOTE_NAME_REQ_CANCEL,
net/bluetooth/hci_sync.c
5609
err = __hci_cmd_sync_status(hdev, HCI_OP_INQUIRY_CANCEL,
net/bluetooth/hci_sync.c
5683
return __hci_cmd_sync_status(hdev, HCI_OP_DISCONNECT, sizeof(cp), &cp,
net/bluetooth/hci_sync.c
5700
return __hci_cmd_sync_status(hdev, HCI_OP_LE_CREATE_CONN_CANCEL,
net/bluetooth/hci_sync.c
5747
return __hci_cmd_sync_status(hdev, HCI_OP_CREATE_CONN_CANCEL,
net/bluetooth/hci_sync.c
5766
return __hci_cmd_sync_status(hdev, HCI_OP_REJECT_SYNC_CONN_REQ,
net/bluetooth/hci_sync.c
5779
return __hci_cmd_sync_status(hdev, HCI_OP_LE_REJECT_CIS,
net/bluetooth/hci_sync.c
5801
return __hci_cmd_sync_status(hdev, HCI_OP_REJECT_CONN_REQ,
net/bluetooth/hci_sync.c
5960
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_CURRENT_IAC_LAP,
net/bluetooth/hci_sync.c
6079
return __hci_cmd_sync_status(hdev, HCI_OP_INQUIRY,
net/bluetooth/hci_sync.c
6589
status = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_PARAM,
net/bluetooth/hci_sync.c
6596
return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_ENABLE,
net/bluetooth/hci_sync.c
6906
return __hci_cmd_sync_status(hdev, HCI_OP_LE_REMOVE_CIG, sizeof(cp),
net/bluetooth/hci_sync.c
6917
return __hci_cmd_sync_status(hdev, HCI_OP_LE_BIG_TERM_SYNC,
net/bluetooth/hci_sync.c
6928
return __hci_cmd_sync_status(hdev, HCI_OP_LE_PA_TERM_SYNC,
net/bluetooth/hci_sync.c
7037
err = __hci_cmd_sync_status(hdev, HCI_OP_INQUIRY_CANCEL, 0,
net/bluetooth/hci_sync.c
7248
return __hci_cmd_sync_status(hdev, HCI_OP_LE_CONN_UPDATE,
net/bluetooth/hci_sync.c
7306
err = __hci_cmd_sync_status(hdev, HCI_OP_LE_PAST_PARAMS,
net/bluetooth/hci_sync.c
7418
__hci_cmd_sync_status(hdev, HCI_OP_LE_PA_CREATE_SYNC_CANCEL,
net/bluetooth/hci_sync.c
7539
return __hci_cmd_sync_status(hdev, HCI_OP_LE_PAST_SET_INFO,
net/bluetooth/hci_sync.c
7562
return __hci_cmd_sync_status(hdev, HCI_OP_LE_PAST,
net/bluetooth/hci_sync.c
943
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_EIR, sizeof(cp), &cp,
net/bluetooth/hci_sync.c
988
return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_CLASS_OF_DEV,
net/bluetooth/msft.c
1190
err = __hci_cmd_sync_status(hdev, hdev->msft_opcode, sizeof(cp), &cp,