Searched defs:remote_bd_addr (Results 1 - 10 of 10) sorted by relevance

/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
/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...]
/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/include/
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/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/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...]
/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/l2cap/
H A Dl2c_int.h396 RawAddress remote_bd_addr; /* The BD address of the remote */ member in struct:t_l2c_linkcb

Completed in 2114 milliseconds