Home
last modified time | relevance | path

Searched refs:hci_cmd_cb (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_batchscan.cc35 using hci_cmd_cb = base::Callback<void(uint8_t* /* return_parameters */, typedef
236 hci_cmd_cb cb) { in btm_ble_read_batchscan_reports()
305 hci_cmd_cb cb) { in btm_ble_set_storage_config()
324 hci_cmd_cb cb) { in btm_ble_set_batchscan_param()
345 void btm_ble_enable_batchscan(hci_cmd_cb cb) { in btm_ble_enable_batchscan()
Dble_advertiser_hci_interface.cc49 using hci_cmd_cb = base::OnceCallback<void( typedef
53 uint8_t params_len, hci_cmd_cb cb);
/system/bt/stack/btu/
Dbtu_hcif.cc794 using hci_cmd_cb = base::OnceCallback<void( typedef
798 hci_cmd_cb cb;
803 new (&cb_wrapper->cb) hci_cmd_cb; in cmd_with_cb_data_init()
808 cb_wrapper->cb.~hci_cmd_cb(); in cmd_with_cb_data_cleanup()
945 hci_cmd_cb cb) { in btu_hcif_send_cmd_with_cb()