Searched refs:remote_bd_addr (Results 1 - 25 of 25) sorted by relevance

/system/bt/btif/include/
H A Dbtif_storage.h83 const RawAddress* remote_bd_addr, bt_property_t* property);
97 const RawAddress* remote_bd_addr, bt_property_t* property);
111 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr,
126 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr,
140 bt_status_t btif_storage_remove_bonded_device(const RawAddress* remote_bd_addr);
167 RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class,
195 bt_status_t btif_storage_remove_hid_info(RawAddress* remote_bd_addr);
208 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr);
210 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr,
213 bt_status_t btif_storage_get_ble_bonding_key(RawAddress* remote_bd_addr,
[all...]
/system/bt/service/hal/
H A Dbluetooth_interface.cc86 RawAddress* remote_bd_addr,
93 << " - BD_ADDR: " << BtAddrString(remote_bd_addr)
96 status, remote_bd_addr, num_properties, properties));
106 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, argument
110 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr
114 PinRequestCallback(remote_bd_addr, bd_name, cod, min_16_digit));
117 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, argument
122 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr
85 RemoteDevicePropertiesCallback(bt_status_t status, RawAddress* remote_bd_addr, int num_properties, bt_property_t* properties) argument
129 BondStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) argument
139 AclStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, bt_acl_state_t state) argument
333 PinRequestCallback( RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, bool min_16_digit) argument
339 SSPRequestCallback( RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, bt_ssp_variant_t pairing_variant, uint32_t pass_key) argument
345 BondStateChangedCallback( bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) argument
[all...]
H A Dbluetooth_interface.h57 RawAddress* remote_bd_addr,
61 virtual void PinRequestCallback(RawAddress* remote_bd_addr,
64 virtual void SSPRequestCallback(RawAddress* remote_bd_addr,
69 RawAddress* remote_bd_addr,
/system/bt/btif/src/
H A Dbtif_storage.cc170 const char* remote_bd_addr, int add,
180 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { argument
183 if (remote_bd_addr) {
184 addrstr = remote_bd_addr->ToString();
204 if (remote_bd_addr)
271 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { argument
274 if (remote_bd_addr) {
275 addrstr = remote_bd_addr->ToString();
294 if (remote_bd_addr)
663 const RawAddress* remote_bd_addr, bt_property_
662 btif_storage_get_remote_device_property( const RawAddress* remote_bd_addr, bt_property_t* property) argument
678 btif_storage_set_remote_device_property( const RawAddress* remote_bd_addr, bt_property_t* property) argument
696 btif_storage_add_remote_device(const RawAddress* remote_bd_addr, uint32_t num_properties, bt_property_t* properties) argument
732 btif_storage_add_bonded_device(RawAddress* remote_bd_addr, LINK_KEY link_key, uint8_t key_type, uint8_t pin_length) argument
762 btif_storage_remove_bonded_device( const RawAddress* remote_bd_addr) argument
928 btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, char* key, uint8_t key_type, uint8_t key_length) argument
970 btif_storage_get_ble_bonding_key(RawAddress* remote_bd_addr, uint8_t key_type, char* key_value, int key_length) argument
1011 btif_storage_remove_ble_bonding_keys( const RawAddress* remote_bd_addr) argument
1124 btif_in_fetch_bonded_ble_device( const char* remote_bd_addr, int add, btif_bonded_devices_t* p_bonded_devices) argument
1177 btif_storage_set_remote_addr_type(const RawAddress* remote_bd_addr, uint8_t addr_type) argument
1198 btif_storage_get_remote_addr_type(const RawAddress* remote_bd_addr, int* addr_type) argument
1216 btif_storage_add_hid_device_info( RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, uint16_t dl_len, uint8_t* dsc_list) argument
1329 btif_storage_remove_hid_info(RawAddress* remote_bd_addr) argument
1358 btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) argument
1402 btif_storage_set_hidd(RawAddress* remote_bd_addr) argument
1417 btif_storage_remove_hidd(RawAddress* remote_bd_addr) argument
[all...]
/system/bt/stack/l2cap/
H A Dl2c_csm.cc169 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
173 btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr,
182 !btm_acl_notif_conn_collision(p_ccb->p_lcb->remote_bd_addr)) {
194 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
203 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr,
209 if (btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr,
252 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
261 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr,
266 if (btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr,
343 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_cc
[all...]
H A Dl2c_utils.cc78 p_lcb->remote_bd_addr = p_bd_addr;
161 btm_remove_sco_links(p_lcb->remote_bd_addr);
179 if (l2cb.ble_connecting_bda == p_lcb->remote_bd_addr)
195 btm_acl_removed(p_lcb->remote_bd_addr, p_lcb->transport);
240 p_buf->p_callback(p_lcb->remote_bd_addr, p_lcb->transport,
266 (p_lcb->remote_bd_addr == p_bd_addr)) {
1595 btm_sec_clr_temp_auth_service(p_lcb->remote_bd_addr);
2132 BTM_ReadDevInfo(p_lcb->remote_bd_addr, &dev_type, &addr_type);
2157 is_sco_active = btm_is_sco_active_by_bdaddr(p_lcb_cur->remote_bd_addr);
2173 if (BTM_SwitchRole(p_lcb_cur->remote_bd_addr, HCI_ROLE_MASTE
[all...]
H A Dl2c_ucd.cc673 p_ccb->p_lcb->remote_bd_addr, L2CAP_UCD_INFO_TYPE_RECEPTION,
689 p_ccb->p_lcb->remote_bd_addr, L2CAP_UCD_INFO_TYPE_MTU,
738 btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr, psm,
804 btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr, psm,
828 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(p_ccb->p_lcb->remote_bd_addr,
H A Dl2c_ble.cc449 tACL_CONN* p_acl_cb = btm_bda_to_acl(p_lcb->remote_bd_addr, BT_TRANSPORT_LE);
451 LOG(ERROR) << "No known connection ACL for " << p_lcb->remote_bd_addr;
458 btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
833 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
855 peer_addr = p_lcb->remote_bd_addr;
911 l2cb.ble_connecting_bda = p_lcb->remote_bd_addr;
1156 BTM_SetBleDataLength(p_lcb->remote_bd_addr, tx_mtu);
H A Dl2c_link.cc388 btm_sco_acl_removed(&p_lcb->remote_bd_addr);
404 btm_acl_removed(p_lcb->remote_bd_addr, p_lcb->transport);
422 xx + L2CAP_FIRST_FIXED_CHNL, p_lcb->remote_bd_addr, false,
426 "%s: unexpected p_fixed_ccbs[%d] is NULL remote_bd_addr = %s "
430 __func__, xx, p_lcb->remote_bd_addr.ToString().c_str(), p_lcb,
638 ci.bd_addr = p_lcb->remote_bd_addr;
934 if (BTM_ReadPowerMode(p_lcb->remote_bd_addr, &mode) == BTM_SUCCESS) {
1225 (*p_lcb->p_nocp_cb)(p_lcb->remote_bd_addr);
H A Dl2c_main.cc147 l2cble_notify_le_connection(p_lcb->remote_bd_addr);
209 rcv_cid, p_lcb->remote_bd_addr, p_msg);
369 ci.bd_addr = p_lcb->remote_bd_addr;
800 ci.bd_addr = p_lcb->remote_bd_addr;
H A Dl2c_api.cc1447 VLOG(1) << __func__ << " BDA: " << p_lcb->remote_bd_addr << " "
1512 bd_addr = p_lcb->remote_bd_addr;
1651 fixed_cid, p_lcb->remote_bd_addr, true, 0, p_lcb->transport);
H A Dl2c_int.h396 RawAddress remote_bd_addr; /* The BD address of the remote */ member in struct:t_l2c_linkcb
H A Dl2c_fcr.cc1517 p_ccb->p_lcb->remote_bd_addr, p_buf);
/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc131 RawAddress* remote_bd_addr,
134 curr_remote_device_ = *remote_bd_addr;
130 RemoteDevicePropertiesCallback(bt_status_t status, RawAddress* remote_bd_addr, int num_properties, bt_property_t* properties) argument
H A Dbluetooth_test.h86 RawAddress* remote_bd_addr,
/system/bt/tools/bdtool/
H A Dadapter.c60 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, argument
152 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, argument
178 bdaddr_to_string(remote_bd_addr, buf, sizeof(buf)), bd_name->name);
182 int rc = bt_interface->ssp_reply(remote_bd_addr, pairing_variant,
/system/bt/stack/btm/
H A Dbtm_acl.cc315 (bda && btm_cb.devcb.switch_role_ref_data.remote_bd_addr == *bda)) {
500 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { argument
503 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR);
533 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role, argument
543 VLOG(1) << __func__ << " BDA: " << remote_bd_addr; local
551 << btm_cb.devcb.switch_role_ref_data.remote_bd_addr;
555 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR);
561 if (interop_match_addr(INTEROP_DISABLE_ROLE_SWITCH, &remote_bd_addr))
566 is_sco_active = btm_is_sco_active_by_bdaddr(remote_bd_addr);
577 if (interop_match_addr(INTEROP_DYNAMIC_ROLE_SWITCH, &remote_bd_addr)) {
[all...]
H A Dbtm_ble_bgconn.cc603 if (rem_bda == p_lcb->remote_bd_addr) {
H A Dbtm_inq.cc1303 if (p_bda == NULL || (p_ent->inq_info.results.remote_bd_addr == *p_bda)) {
1381 if (p_ent->in_use && p_ent->inq_info.results.remote_bd_addr == p_bda)
1409 p_ent->inq_info.results.remote_bd_addr = p_bda;
1424 p_old->inq_info.results.remote_bd_addr = p_bda;
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc448 static void pin_request_cb(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, argument
453 sBtInterface->pin_reply(remote_bd_addr, true, 4, &pincode)) {
458 static void ssp_request_cb(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, argument
465 sBtInterface->ssp_reply(remote_bd_addr, pairing_variant, true,
472 RawAddress* remote_bd_addr,
478 static void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, argument
480 LOG(INFO) << __func__ << ": remote_bd_addr=" << *remote_bd_addr
471 bond_state_changed_cb(bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) argument
/system/bt/bta/dm/
H A Dbta_dm_act.cc106 static void bta_dm_discover_device(const RawAddress& remote_bd_addr);
152 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr);
153 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr);
1413 bta_dm_search_cb.p_btm_inq_info->results.remote_bd_addr);
2050 bta_dm_search_cb.p_btm_inq_info->results.remote_bd_addr);
2073 static void bta_dm_discover_device(const RawAddress& remote_bd_addr) { argument
2079 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type);
2089 VLOG(1) << __func__ << " BDA: " << remote_bd_addr; local
2091 bta_dm_search_cb.peer_bdaddr = remote_bd_addr;
2227 result.inq_res.bd_addr = p_inq->remote_bd_addr;
3233 bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr) argument
3255 bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr) argument
[all...]
/system/bt/stack/include/
H A Dbtm_api.h793 extern tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr,
814 extern tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr,
H A Dsdp_api.h115 RawAddress remote_bd_addr; /* Remote BD address */ member in struct:t_sdp_disc_rec
H A Dbtm_api_types.h639 RawAddress remote_bd_addr; member in struct:__anon1029
759 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member in struct:__anon1034
/system/bt/stack/sdp/
H A Dsdp_discovery.cc766 p_rec->remote_bd_addr = p_bda;

Completed in 1591 milliseconds