HomeSort by relevance Sort by last modified time
    Searched refs:remote_bd_addr (Results 1 - 25 of 27) sorted by null

1 2

  /system/bt/btif/include/
btif_storage.h 84 const RawAddress* remote_bd_addr, bt_property_t* property);
98 const RawAddress* remote_bd_addr, bt_property_t* property);
112 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr,
127 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr,
141 bt_status_t btif_storage_remove_bonded_device(const RawAddress* remote_bd_addr);
168 RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class,
196 bt_status_t btif_storage_remove_hid_info(RawAddress* remote_bd_addr);
218 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr);
220 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr,
224 bt_status_t btif_storage_get_ble_bonding_key(RawAddress* remote_bd_addr,
    [all...]
  /system/bt/service/hal/
bluetooth_interface.cc 88 RawAddress* remote_bd_addr,
95 << " - BD_ADDR: " << BtAddrString(remote_bd_addr)
98 status, remote_bd_addr, num_properties, properties));
108 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name,
112 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr
116 PinRequestCallback(remote_bd_addr, bd_name, cod, min_16_digit));
119 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name,
124 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr
    [all...]
bluetooth_interface.h 57 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/
btif_storage.cc 175 const std::string& remote_bd_addr, int add,
185 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) {
187 if (remote_bd_addr) {
188 bdstr = remote_bd_addr->ToString();
210 if (remote_bd_addr)
265 if (remote_bd_addr &&
274 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) {
276 if (remote_bd_addr) {
277 bdstr = remote_bd_addr->ToString();
295 if (remote_bd_addr)
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.cc 159 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
163 btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr,
172 !btm_acl_notif_conn_collision(p_ccb->p_lcb->remote_bd_addr)) {
184 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
192 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr,
197 if (btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr,
241 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
250 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr,
255 if (btm_sec_l2cap_access_req(p_ccb->p_lcb->remote_bd_addr,
320 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm
    [all...]
l2c_utils.cc 78 p_lcb->remote_bd_addr = p_bd_addr;
157 btm_remove_sco_links(p_lcb->remote_bd_addr);
176 l2cb.ble_connecting_bda == p_lcb->remote_bd_addr)
192 btm_acl_removed(p_lcb->remote_bd_addr, p_lcb->transport);
232 p_buf->p_callback(p_lcb->remote_bd_addr, p_lcb->transport,
258 (p_lcb->remote_bd_addr == p_bd_addr)) {
    [all...]
l2c_ble.cc 465 tACL_CONN* p_acl_cb = btm_bda_to_acl(p_lcb->remote_bd_addr, BT_TRANSPORT_LE);
467 LOG(ERROR) << "No known connection ACL for " << p_lcb->remote_bd_addr;
474 btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
851 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
873 peer_addr = p_lcb->remote_bd_addr;
    [all...]
l2c_link.cc 389 btm_sco_acl_removed(&p_lcb->remote_bd_addr);
412 btm_acl_removed(p_lcb->remote_bd_addr, p_lcb->transport);
423 xx + L2CAP_FIRST_FIXED_CHNL, p_lcb->remote_bd_addr, false,
427 "%s: unexpected p_fixed_ccbs[%d] is NULL remote_bd_addr = %s "
431 __func__, xx, p_lcb->remote_bd_addr.ToString().c_str(), p_lcb,
639 ci.bd_addr = p_lcb->remote_bd_addr;
935 if (BTM_ReadPowerMode(p_lcb->remote_bd_addr, &mode) == BTM_SUCCESS)
    [all...]
l2c_main.cc 143 l2cble_notify_le_connection(p_lcb->remote_bd_addr);
212 rcv_cid, p_lcb->remote_bd_addr, p_msg);
362 ci.bd_addr = p_lcb->remote_bd_addr;
734 ci.bd_addr = p_lcb->remote_bd_addr;
l2c_api.cc     [all...]
l2c_int.h 392 RawAddress remote_bd_addr; /* The BD address of the remote */
    [all...]
  /system/bt/test/suite/adapter/
bluetooth_test.cc 131 RawAddress* remote_bd_addr,
134 curr_remote_device_ = *remote_bd_addr;
bluetooth_test.h 85 RawAddress* remote_bd_addr,
  /hardware/libhardware/include/hardware/
bluetooth.h 336 typedef void (*pin_request_callback)(RawAddress *remote_bd_addr,
344 typedef void (*ssp_request_callback)(RawAddress *remote_bd_addr,
353 RawAddress *remote_bd_addr,
357 typedef void (*acl_state_changed_callback)(bt_status_t status, RawAddress *remote_bd_addr,
  /system/bt/include/hardware/
bluetooth.h 325 typedef void (*pin_request_callback)(RawAddress* remote_bd_addr,
334 typedef void (*ssp_request_callback)(RawAddress* remote_bd_addr,
342 RawAddress* remote_bd_addr,
347 RawAddress* remote_bd_addr,
  /system/bt/tools/bdtool/
adapter.c 60 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr,
152 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod,
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/
btm_acl.cc 318 (bda && btm_cb.devcb.switch_role_ref_data.remote_bd_addr == *bda)) {
503 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) {
506 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR);
536 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role,
548 __func__, remote_bd_addr.ToString().c_str(), new_role, p_cb,
557 << btm_cb.devcb.switch_role_ref_data.remote_bd_addr;
561 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR);
567 if (interop_match_addr(INTEROP_DISABLE_ROLE_SWITCH, &remote_bd_addr))
572 is_sco_active = btm_is_sco_active_by_bdaddr(remote_bd_addr);
583 if (interop_match_addr(INTEROP_DYNAMIC_ROLE_SWITCH, &remote_bd_addr)) {
    [all...]
btm_ble_bgconn.cc 616 if (rem_bda == p_lcb->remote_bd_addr) {
btm_inq.cc     [all...]
  /system/bt/tools/mcap_tool/
mcap_tool.cc 436 static void pin_request_cb(RawAddress* remote_bd_addr, bt_bdname_t* bd_name,
441 sBtInterface->pin_reply(remote_bd_addr, true, 4, &pincode)) {
446 static void ssp_request_cb(RawAddress* remote_bd_addr, bt_bdname_t* bd_name,
453 sBtInterface->ssp_reply(remote_bd_addr, pairing_variant, true,
460 RawAddress* remote_bd_addr,
466 static void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr,
468 LOG(INFO) << __func__ << ": remote_bd_addr=" << *remote_bd_addr
  /system/bt/bta/dm/
bta_dm_act.cc 105 static void bta_dm_discover_device(const RawAddress& remote_bd_addr);
149 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr);
150 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr);
1918 VLOG(1) << __func__ << " BDA: " << remote_bd_addr; local
    [all...]
  /system/bt/stack/include/
btm_api.h     [all...]
sdp_api.h 112 RawAddress remote_bd_addr; /* Remote BD address */ member in struct:t_sdp_disc_rec
btm_api_types.h 624 RawAddress remote_bd_addr; member in struct:__anon2318
744 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member in struct:__anon2323
    [all...]
  /system/bt/stack/a2dp/
a2dp_api.cc 84 peer_address = p_rec->remote_bd_addr;

Completed in 394 milliseconds

1 2