Home
last modified time | relevance | path

Searched defs:bda (Results 1 – 25 of 93) sorted by relevance

1234

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco.cc83 void BTM_RemoveSco(const RawAddress& bda) { in BTM_RemoveSco()
87 void btm_sco_acl_removed(const RawAddress* bda) { in btm_sco_acl_removed()
96 void btm_sco_conn_req(const RawAddress& bda, const DEV_CLASS& dev_class, in btm_sco_conn_req()
100 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected()
104 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed()
113 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_esco_connect_request()
117 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_sco_connect_request()
Dmock_stack_l2cap_ble.cc99 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection()
103 bool l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, in l2cble_conn_comp()
176 void l2cble_sec_comp(const RawAddress* bda, tBT_TRANSPORT transport, in l2cble_sec_comp()
197 void l2cble_use_preferred_conn_params(const RawAddress& bda) { in l2cble_use_preferred_conn_params()
Dmock_btif_debug_conn.cc36 void btif_debug_conn_state(const RawAddress& bda, in btif_debug_conn_state()
Dmock_bta_hh_utils.cc80 uint8_t bta_hh_find_cb(const RawAddress& bda) { in bta_hh_find_cb()
84 tBTA_HH_DEV_CB* bta_hh_get_cb(const RawAddress& bda) { in bta_hh_get_cb()
Dmock_stack_btm_ble_gap.cc165 void btm_ble_process_adv_addr(RawAddress& bda, tBLE_ADDR_TYPE* addr_type) { in btm_ble_process_adv_addr()
172 const RawAddress& bda, uint8_t primary_phy, in btm_ble_process_adv_pkt_cont()
181 uint16_t evt_type, tBLE_ADDR_TYPE addr_type, const RawAddress& bda, in btm_ble_process_adv_pkt_cont_for_inquiry()
196 void btm_ble_read_remote_name_cmpl(bool status, const RawAddress& bda, in btm_ble_read_remote_name_cmpl()
212 const RawAddress& bda, uint16_t evt_type, in btm_ble_update_inq_result()
/packages/modules/Bluetooth/system/service/
Dlow_energy_client.cc58 RawAddress bda; in Connect() local
75 RawAddress bda; in Disconnect() local
102 RawAddress bda; in SetMtu() local
139 const RawAddress& bda) { in ConnectCallback()
159 int client_id, const RawAddress& bda) { in DisconnectCallback()
180 const RawAddress* bda = nullptr; in MtuChangedCallback() local
Dgatt_server.cc248 int connected, const RawAddress& bda) { in ConnectionCallback()
340 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadCharacteristicCallback()
373 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadDescriptorCallback()
407 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteCharacteristicCallback()
446 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteDescriptorCallback()
485 const RawAddress& bda, int exec_write) { in RequestExecWriteCallback()
545 int conn_id, const RawAddress& bda, int request_id) { in GetConnection()
Dgatt_server_old.cc209 void RequestReadCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestReadCallback()
252 void RequestWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestWriteCallback()
308 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback()
332 const RawAddress& bda) { in ConnectionCallback()
376 RawAddress* bda, uint8_t ble_primary_phy, in ScanResultCallback()
388 const RawAddress& bda) { in ClientConnectCallback()
395 const RawAddress& bda) { in ClientDisconnectCallback()
/packages/modules/Bluetooth/system/service/hal/
Dfake_bluetooth_av_interface.cc112 const RawAddress& bda, btav_connection_state_t state) { in NotifyConnectionState()
120 void FakeBluetoothAvInterface::NotifyAudioState(const RawAddress& bda, in NotifyAudioState()
130 const RawAddress& bda, const btav_a2dp_codec_config_t& codec_config, in NotifyAudioConfig()
141 const RawAddress& bda) { in QueryMandatoryCodecPreferred()
151 void FakeBluetoothAvInterface::NotifyAudioConfig(const RawAddress& bda, in NotifyAudioConfig()
Dfake_bluetooth_gatt_interface.cc189 const RawAddress& bda, int rssi, std::vector<uint8_t> adv_data) { in NotifyScanResultCallback()
204 const RawAddress& bda) { in NotifyConnectCallback()
211 int conn_id, int status, int client_if, const RawAddress& bda) { in NotifyDisconnectCallback()
225 int conn_id, int server_if, int connected, const RawAddress& bda) { in NotifyServerConnectionCallback()
239 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadCharacteristicCallback()
248 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadDescriptorCallback()
257 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteCharacteristicCallback()
267 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteDescriptorCallback()
277 int conn_id, int trans_id, const RawAddress& bda, int exec_write) { in NotifyRequestExecWriteCallback()
Dbluetooth_gatt_interface.cc97 RawAddress* bda, uint8_t ble_primary_phy, in ScanResultCallback()
114 const RawAddress& bda) { in ConnectCallback()
126 const RawAddress& bda) { in DisconnectCallback()
243 const RawAddress& bda) { in ConnectionCallback()
288 const RawAddress& bda, int attr_handle, in RequestReadCharacteristicCallback()
301 const RawAddress& bda, int attr_handle, in RequestReadDescriptorCallback()
314 const RawAddress& bda, int attr_handle, in RequestWriteCharacteristicCallback()
330 const RawAddress& bda, int attr_handle, in RequestWriteDescriptorCallback()
345 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc108 const RawAddress& bda, in btm_esco_conn_rsp()
654 void btm_sco_conn_req(const RawAddress& bda, const DEV_CLASS& dev_class, in btm_sco_conn_req()
726 void btm_sco_connected(const RawAddress& bda, uint16_t hci_handle, in btm_sco_connected()
783 void btm_sco_connection_failed(tHCI_STATUS hci_status, const RawAddress& bda, in btm_sco_connection_failed()
891 void BTM_RemoveSco(const RawAddress& bda) { in BTM_RemoveSco()
934 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_esco_connect_request()
941 const RawAddress& bda, const bluetooth::types::ClassOfDevice& cod) { in btm_sco_on_sco_connect_request()
995 void btm_sco_acl_removed(const RawAddress* bda) { in btm_sco_acl_removed()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_api_test.cc29 static tBTM_SEC_DEV_REC* make_bonded_ble_device(const RawAddress& bda, in make_bonded_ble_device()
39 static tBTM_SEC_DEV_REC* make_bonded_dual_device(const RawAddress& bda, in make_bonded_dual_device()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java232 public void transferSync(BluetoothDevice bda, int serviceData, int syncHandle) { in transferSync()
263 public void transferSetInfo(BluetoothDevice bda, int serviceData, in transferSetInfo()
273 public void transferSetInfo(BluetoothDevice bda, int serviceData, in transferSetInfo()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_debug_conn.cc34 RawAddress bda; member
68 void btif_debug_conn_state(const RawAddress& bda, in btif_debug_conn_state()
Dbtif_profile_queue.cc96 static void queue_int_add(uint16_t uuid, const RawAddress& bda, in queue_int_add()
153 bt_status_t btif_queue_connect(uint16_t uuid, const RawAddress* bda, in btif_queue_connect()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc75 static tSRVC_CLCB* srvc_eng_find_clcb_by_bd_addr(const RawAddress& bda) { in srvc_eng_find_clcb_by_bd_addr()
143 const RawAddress& bda) { in srvc_eng_clcb_alloc()
316 const RawAddress& bda, uint16_t conn_id, in srvc_eng_connect_cback()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc258 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, in gatt_find_the_connected_bda()
323 tGATTS_SRV_CHG* gatt_is_bda_in_the_srv_chg_clt_list(const RawAddress& bda) { in gatt_is_bda_in_the_srv_chg_clt_list()
351 bool gatt_is_bda_connected(const RawAddress& bda) { in gatt_is_bda_connected()
373 uint8_t gatt_find_i_tcb_by_addr(const RawAddress& bda, in gatt_find_i_tcb_by_addr()
413 tGATT_TCB* gatt_find_tcb_by_addr(const RawAddress& bda, in gatt_find_tcb_by_addr()
433 tGATT_TCB* gatt_allocate_tcb_by_bdaddr(const RawAddress& bda, in gatt_allocate_tcb_by_bdaddr()
1247 uint8_t gatt_num_clcb_by_bd_addr(const RawAddress& bda) { in gatt_num_clcb_by_bd_addr()
1444 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open()
1645 void gatt_cleanup_upon_disc(const RawAddress& bda, tGATT_DISCONN_REASON reason, in gatt_cleanup_upon_disc()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc47 RawAddress bda; member
89 tGAP_CLCB* find_clcb_by_bd_addr(const RawAddress& bda) { in find_clcb_by_bd_addr()
105 tGAP_CLCB* clcb_alloc(const RawAddress& bda) { in clcb_alloc()
297 void client_connect_cback(tGATT_IF, const RawAddress& bda, uint16_t conn_id, in client_connect_cback()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc57 uint8_t bta_hh_find_cb(const RawAddress& bda) { in bta_hh_find_cb()
96 tBTA_HH_DEV_CB* bta_hh_get_cb(const RawAddress& bda) { in bta_hh_get_cb()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_ble_connection_establishment.cc64 bool maybe_resolve_address(RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { in maybe_resolve_address()
Dbtm_acl.cc174 void NotifyAclRoleSwitchComplete(const RawAddress& bda, tHCI_ROLE new_role, in NotifyAclRoleSwitchComplete()
291 tACL_CONN* StackAclBtmAcl::btm_bda_to_acl(const RawAddress& bda, in btm_bda_to_acl()
380 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle, in btm_acl_created()
1089 void btm_establish_continue_from_address(const RawAddress& bda, in btm_establish_continue_from_address()
2199 RawAddress bda; in btm_acl_resubmit_page() local
2235 void btm_acl_paging(BT_HDR* p, const RawAddress& bda) { in btm_acl_paging()
2272 void btm_acl_notif_conn_collision(const RawAddress& bda) { in btm_acl_notif_conn_collision()
2282 const RawAddress& bda, in acl_refresh_remote_address()
2584 void on_acl_br_edr_connected(const RawAddress& bda, uint16_t handle, in on_acl_br_edr_connected()
2613 void on_acl_br_edr_failed(const RawAddress& bda, tHCI_STATUS status) { in on_acl_br_edr_failed()
[all …]
/packages/modules/Bluetooth/system/btif/test/
Dbtif_profile_queue_test.cc76 static bt_status_t test_connect_cb(RawAddress* bda, uint16_t uuid) { in test_connect_cb()
100 static bt_status_t test_connect_cb_fail(RawAddress* bda, uint16_t uuid) { in test_connect_cb_fail()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc192 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection()
219 bool l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, in l2cble_conn_comp()
1501 void l2cble_sec_comp(const RawAddress* bda, tBT_TRANSPORT transport, in l2cble_sec_comp()
1654 void l2cble_use_preferred_conn_params(const RawAddress& bda) { in l2cble_use_preferred_conn_params()
/packages/modules/Bluetooth/system/btif/co/
Dbta_gatts_co.cc63 void btif_gatts_add_bonded_dev_from_nv(const RawAddress& bda) { in btif_gatts_add_bonded_dev_from_nv()

1234