Home
last modified time | relevance | path

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/
Dhciblecmds.cc240 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 …]
Dhcicmds.cc1475 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/
Dbtm_ble_adv_filter.cc385 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()
Dbtm_ble.cc187 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/
Dmock_stack_btu_hcif.cc37 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/
Dbtu_hcif.h30 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/
Dbtu_hcif.cc701 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