Searched refs:btu_hcif_send_cmd_with_cb (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_adv_filter.cc | 318 btu_hcif_send_cmd_with_cb( in BTM_LE_PF_local_name() 381 btu_hcif_send_cmd_with_cb( in BTM_LE_PF_manu_data() 419 btu_hcif_send_cmd_with_cb( in BTM_LE_PF_srvc_data_pattern() 522 btu_hcif_send_cmd_with_cb( in BTM_LE_PF_addr_filter() 594 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADV_FILTER_OCF, param, len, in BTM_LE_PF_uuid_filter() 718 btu_hcif_send_cmd_with_cb( in BTM_LE_PF_clear() 803 btu_hcif_send_cmd_with_cb( in BTM_BleAdvFilterParamSetup() 813 btu_hcif_send_cmd_with_cb( in BTM_BleAdvFilterParamSetup() 825 btu_hcif_send_cmd_with_cb( in BTM_BleAdvFilterParamSetup() 877 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADV_FILTER_OCF, param, in BTM_BleEnableDisableFilterFeature()
|
D | btm_ble_batchscan.cc | 243 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_BATCH_SCAN_OCF, param, len, cb); in btm_ble_read_batchscan_reports() 314 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_BATCH_SCAN_OCF, param, len, cb); in btm_ble_set_storage_config() 339 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_BATCH_SCAN_OCF, param, len, cb); in btm_ble_set_batchscan_param() 352 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_BATCH_SCAN_OCF, param, len, cb); in btm_ble_enable_batchscan()
|
D | ble_advertiser_hci_interface.cc | 51 extern void btu_hcif_send_cmd_with_cb(const base::Location& posted_from, 100 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV_OCF, param_buf, in SendAdvCmd() 329 btu_hcif_send_cmd_with_cb( in SendAdvCmd() 518 btu_hcif_send_cmd_with_cb( in SendAdvCmd() 566 btu_hcif_send_cmd_with_cb( in SetParameters()
|
D | btm_ble.cc | 848 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_READ_PHY, data, len, in BTM_BleReadPhy() 886 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_SET_DEFAULT_PHY, data, len, in BTM_BleSetDefaultPhy() 951 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_SET_PHY, data, len, in BTM_BleSetPhy()
|
/system/bt/stack/include/ |
D | btu.h | 47 void btu_hcif_send_cmd_with_cb(const base::Location& posted_from,
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 249 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_CLEAR_WHITE_LIST, nullptr, 0, in btsnd_hcic_ble_clear_white_list() 262 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADD_WHITE_LIST, param, in btsnd_hcic_ble_add_white_list() 275 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_REMOVE_WHITE_LIST, param, in btsnd_hcic_ble_remove_from_white_list() 381 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_RAND, nullptr, 0, in btsnd_hcic_ble_rand()
|
D | hcicmds.cc | 1332 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_READ_ENCR_KEY_SIZE, param, len, in btsnd_hcic_read_encryption_key_size()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 894 void btu_hcif_send_cmd_with_cb(const Location& posted_from, uint16_t opcode, in btu_hcif_send_cmd_with_cb() function
|