Home
last modified time | relevance | path

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

123

/system/bt/service/
Dlow_energy_client.cc56 RawAddress bda; in Connect() local
73 RawAddress bda; in Disconnect() local
100 RawAddress bda; in SetMtu() local
137 const RawAddress& bda) { in ConnectCallback()
157 int client_id, const RawAddress& bda) { in DisconnectCallback()
178 const RawAddress* bda = nullptr; in MtuChangedCallback() local
Dgatt_server.cc240 int connected, const RawAddress& bda) { in ConnectionCallback()
332 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadCharacteristicCallback()
365 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadDescriptorCallback()
399 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteCharacteristicCallback()
438 const RawAddress& bda, int attr_handle, int offset, bool need_rsp, in RequestWriteDescriptorCallback()
477 const RawAddress& bda, int exec_write) { in RequestExecWriteCallback()
537 int conn_id, const RawAddress& bda, int request_id) { in GetConnection()
Dgatt_server_old.cc207 void RequestReadCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestReadCallback()
250 void RequestWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestWriteCallback()
306 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback()
330 const RawAddress& bda) { in ConnectionCallback()
374 RawAddress* bda, uint8_t ble_primary_phy, in ScanResultCallback()
385 const RawAddress& bda) { in ClientConnectCallback()
392 const RawAddress& bda) { in ClientDisconnectCallback()
Dlow_energy_scanner.cc141 hal::BluetoothGattInterface* gatt_iface, const RawAddress& bda, int rssi, in ScanResultCallback()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc180 const RawAddress& bda, int rssi, std::vector<uint8_t> adv_data) { in NotifyScanResultCallback()
195 const RawAddress& bda) { in NotifyConnectCallback()
202 int conn_id, int status, int client_if, const RawAddress& bda) { in NotifyDisconnectCallback()
216 int conn_id, int server_if, int connected, const RawAddress& bda) { in NotifyServerConnectionCallback()
230 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadCharacteristicCallback()
239 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestReadDescriptorCallback()
248 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteCharacteristicCallback()
258 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in NotifyRequestWriteDescriptorCallback()
268 int conn_id, int trans_id, const RawAddress& bda, int exec_write) { in NotifyRequestExecWriteCallback()
Dbluetooth_gatt_interface.cc95 uint16_t ble_evt_type, uint8_t addr_type, RawAddress* bda, in ScanResultCallback()
111 const RawAddress& bda) { in ConnectCallback()
123 const RawAddress& bda) { in DisconnectCallback()
238 const RawAddress& bda) { in ConnectionCallback()
282 const RawAddress& bda, int attr_handle, in RequestReadCharacteristicCallback()
295 const RawAddress& bda, int attr_handle, in RequestReadDescriptorCallback()
308 const RawAddress& bda, int attr_handle, in RequestWriteCharacteristicCallback()
324 int conn_id, int trans_id, const RawAddress& bda, int attr_handle, in RequestWriteDescriptorCallback()
339 void RequestExecWriteCallback(int conn_id, int trans_id, const RawAddress& bda, in RequestExecWriteCallback()
/system/bt/stack/srvc/
Dsrvc_eng.cc69 uint16_t srvc_eng_find_conn_id_by_bd_addr(const RawAddress& bda) { in srvc_eng_find_conn_id_by_bd_addr()
92 tSRVC_CLCB* srvc_eng_find_clcb_by_bd_addr(const RawAddress& bda) { in srvc_eng_find_clcb_by_bd_addr()
159 tSRVC_CLCB* srvc_eng_clcb_alloc(uint16_t conn_id, const RawAddress& bda) { in srvc_eng_clcb_alloc()
337 const RawAddress& bda, uint16_t conn_id, in srvc_eng_connect_cback()
Dsrvc_eng_int.h40 RawAddress bda; member
/system/bt/btif/src/
Dbtif_debug_conn.cc32 RawAddress bda; member
66 void btif_debug_conn_state(const RawAddress& bda, in btif_debug_conn_state()
Dbtif_profile_queue.cc93 static void queue_int_add(uint16_t uuid, const RawAddress& bda, in queue_int_add()
151 bt_status_t btif_queue_connect(uint16_t uuid, const RawAddress* bda, in btif_queue_connect()
Dbtif_config.cc91 bool btif_get_device_type(const RawAddress& bda, int* p_device_type) { in btif_get_device_type()
104 bool btif_get_address_type(const RawAddress& bda, int* p_addr_type) { in btif_get_address_type()
/system/bt/stack/gatt/
Dgatt_attr.cc124 const RawAddress& bda, tBT_TRANSPORT transport) { in gatt_profile_find_clcb_by_bd_addr()
150 const RawAddress& bda, in gatt_profile_clcb_alloc()
242 const RawAddress& bda, uint16_t conn_id, in gatt_connect_cback()
Dgatt_utils.cc259 bool gatt_find_the_connected_bda(uint8_t start_idx, RawAddress& bda, in gatt_find_the_connected_bda()
320 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()
349 bool gatt_is_bda_connected(const RawAddress& bda) { in gatt_is_bda_connected()
371 uint8_t gatt_find_i_tcb_by_addr(const RawAddress& bda, in gatt_find_i_tcb_by_addr()
411 tGATT_TCB* gatt_find_tcb_by_addr(const RawAddress& bda, in gatt_find_tcb_by_addr()
431 tGATT_TCB* gatt_allocate_tcb_by_bdaddr(const RawAddress& bda, in gatt_allocate_tcb_by_bdaddr()
962 uint8_t gatt_num_clcb_by_bd_addr(const RawAddress& bda) { in gatt_num_clcb_by_bd_addr()
1107 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open()
1240 void gatt_cleanup_upon_disc(const RawAddress& bda, uint16_t reason, in gatt_cleanup_upon_disc()
/system/bt/stack/btu/
Dbtu_hcif.cc576 RawAddress bda; in btu_hcif_connection_comp_evt() local
623 RawAddress bda; in btu_hcif_connection_request_evt() local
833 RawAddress bda; in btu_hcif_esco_connection_comp_evt() local
1262 RawAddress bda; in btu_hcif_role_change_evt() local
1346 RawAddress bda; in btu_hcif_pin_code_request_evt() local
1367 RawAddress bda; in btu_hcif_link_key_request_evt() local
1383 RawAddress bda; in btu_hcif_link_key_notification_evt() local
1534 RawAddress bda; in btu_hcif_io_cap_request_evt() local
/system/bt/stack/gap/
Dgap_ble.cc39 RawAddress bda; member
79 tGAP_CLCB* find_clcb_by_bd_addr(const RawAddress& bda) { in find_clcb_by_bd_addr()
95 tGAP_CLCB* clcb_alloc(const RawAddress& bda) { in clcb_alloc()
287 void client_connect_cback(tGATT_IF, const RawAddress& bda, uint16_t conn_id, in client_connect_cback()
/system/bt/stack/l2cap/
Dl2c_ble.cc241 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection()
274 void l2cble_scanner_conn_comp(uint16_t handle, const RawAddress& bda, in l2cble_scanner_conn_comp()
357 void l2cble_advertiser_conn_comp(uint16_t handle, const RawAddress& bda, in l2cble_advertiser_conn_comp()
437 void l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, in l2cble_conn_comp()
1333 void l2cble_sec_comp(const RawAddress* bda, tBT_TRANSPORT transport, in l2cble_sec_comp()
/system/bt/bta/gatt/
Dbta_gattc_utils.cc223 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda) { in bta_gattc_find_srcb()
242 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda) { in bta_gattc_find_srvr_cache()
277 tBTA_GATTC_SERV* bta_gattc_srcb_alloc(const RawAddress& bda) { in bta_gattc_srcb_alloc()
Dbta_gattc_api.cc635 const RawAddress& bda, in BTA_GATTC_RegisterForNotifications()
698 const RawAddress& bda, in BTA_GATTC_DeregisterForNotifications()
/system/bt/stack/btm/
Dbtm_acl.cc95 tACL_CONN* btm_bda_to_acl(const RawAddress& bda, tBT_TRANSPORT transport) { in btm_bda_to_acl()
190 void btm_acl_created(const RawAddress& bda, DEV_CLASS dc, BD_NAME bdn, in btm_acl_created()
314 void btm_acl_report_role_change(uint8_t hci_status, const RawAddress* bda) { in btm_acl_report_role_change()
340 void btm_acl_removed(const RawAddress& bda, tBT_TRANSPORT transport) { in btm_acl_removed()
826 void btm_use_preferred_conn_params(const RawAddress& bda) { in btm_use_preferred_conn_params()
2557 RawAddress bda; in btm_acl_resubmit_page() local
2596 void btm_acl_paging(BT_HDR* p, const RawAddress& bda) { in btm_acl_paging()
2636 bool btm_acl_notif_conn_collision(const RawAddress& bda) { in btm_acl_notif_conn_collision()
Dbtm_sco.cc111 const RawAddress& bda, in btm_esco_conn_rsp()
695 void btm_sco_conn_req(const RawAddress& bda, DEV_CLASS dev_class, in btm_sco_conn_req()
791 void btm_sco_connected(uint8_t hci_status, const RawAddress* bda, in btm_sco_connected()
946 void btm_remove_sco_links(const RawAddress& bda) { in btm_remove_sco_links()
1009 void btm_sco_acl_removed(const RawAddress* bda) { in btm_sco_acl_removed()
Dbtm_ble_gap.cc1437 void btm_ble_read_remote_name_cmpl(bool status, const RawAddress& bda, in btm_ble_read_remote_name_cmpl()
1567 uint8_t btm_ble_is_discoverable(const RawAddress& bda, in btm_ble_is_discoverable()
1735 const RawAddress& bda, uint16_t evt_type, in btm_ble_update_inq_result()
1846 void btm_ble_process_adv_addr(RawAddress& bda, uint8_t* addr_type) { in btm_ble_process_adv_addr()
1876 RawAddress bda, direct_address; in btm_ble_process_ext_adv_pkt() local
1940 RawAddress bda; in btm_ble_process_adv_pkt() local
2013 uint16_t evt_type, uint8_t addr_type, const RawAddress& bda, in btm_ble_process_adv_pkt_cont()
/system/bt/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()
/system/bt/test/suite/gatt/
Dgatt_test.cc101 bluetooth::hal::BluetoothGattInterface* /* unused */, const RawAddress& bda, in ScanResultCallback()
/system/bt/bta/include/
Dbta_hd_api.h82 RawAddress bda; member
86 RawAddress bda; member
/system/bt/btif/test/
Dbtif_profile_queue_test.cc74 static bt_status_t test_connect_cb(RawAddress* bda, uint16_t uuid) { in test_connect_cb()

123