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
234 hci_cmd_cb cb) { in btm_ble_read_batchscan_reports()
303 hci_cmd_cb cb) { in btm_ble_set_storage_config()
322 hci_cmd_cb cb) { in btm_ble_set_batchscan_param()
343 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.cc745 using hci_cmd_cb = base::OnceCallback<void( typedef
749 hci_cmd_cb cb;
754 new (&cb_wrapper->cb) hci_cmd_cb; in cmd_with_cb_data_init()
759 cb_wrapper->cb.~hci_cmd_cb(); in cmd_with_cb_data_cleanup()
896 hci_cmd_cb cb) { in btu_hcif_send_cmd_with_cb()