Searched refs:btu_hcif_send_cmd_with_cb (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 240 btu_hcif_send_cmd_with_cb( in btsnd_hcic_ble_rand() 469 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_LE_SET_CIG_PARAMS, param, params_len, std::move(cb)); in btsnd_hcic_set_cig_params() 485 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_LE_CREATE_CIS, param, params_len, std::move(cb)); in btsnd_hcic_create_cis() 495 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_LE_REMOVE_CIG, param, params_len, std::move(cb)); in btsnd_hcic_remove_cig() 581 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_LE_SETUP_ISO_DATA_PATH, param, params_len, in btsnd_hcic_setup_iso_data_path() 594 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_LE_REMOVE_ISO_DATA_PATH, param, params_len, in btsnd_hcic_remove_iso_data_path() 606 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_LE_READ_ISO_LINK_QUALITY, param, params_len, in btsnd_hcic_read_iso_link_quality() 635 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_PERIODIC_ADVERTISING_CREATE_SYNC_CANCEL, nullptr, in btsnd_hcic_ble_periodic_advertising_create_sync_cancel() 646 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_PERIODIC_ADVERTISING_TERMINATE_SYNC, param, in btsnd_hcic_ble_periodic_advertising_terminate_sync() 660 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADD_DEVICE_TO_PERIODIC_ADVERTISER_LIST, param, in btsnd_hci_ble_add_device_to_periodic_advertiser_list() [all …]
|
D | hcicmds.cc | 1475 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_READ_ENCR_KEY_SIZE, param, len, in btsnd_hcic_read_encryption_key_size() 1569 btu_hcif_send_cmd_with_cb(FROM_HERE, v_opcode, p_data, len, in btsnd_hcic_vendor_spec_cmd()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_adv_filter.cc | 385 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADV_FILTER, param, len, in BTM_BleAdvFilterParamSetup() 394 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADV_FILTER, param, in BTM_BleAdvFilterParamSetup() 406 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_ADV_FILTER, param, in BTM_BleAdvFilterParamSetup()
|
D | btm_ble.cc | 187 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_READ_PHY, data, len, in BTM_BleReadPhy() 236 btu_hcif_send_cmd_with_cb(FROM_HERE, HCI_BLE_SET_PHY, data, len, base::Bind(doNothing)); in BTM_BleSetPhy()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btu_hcif.cc | 37 void btu_hcif_send_cmd_with_cb(const base::Location& /* posted_from */, uint16_t /* opcode */, in btu_hcif_send_cmd_with_cb() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | btu_hcif.h | 30 void btu_hcif_send_cmd_with_cb(const base::Location& posted_from, uint16_t opcode, uint8_t* params,
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 701 void btu_hcif_send_cmd_with_cb(const base::Location& posted_from, uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb() function
|