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

/system/bt/btif/include/
H A Dbtif_storage.h75 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr,
89 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr,
104 bt_status_t btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr,
119 bt_status_t btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr,
134 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr);
231 bt_status_t btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr,
260 bt_status_t btif_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr);
285 BOOLEAN btif_storage_is_device_autopair_blacklisted(bt_bdaddr_t *remote_bd_addr);
298 bt_status_t btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_bd_addr);
310 BOOLEAN btif_storage_is_fixed_pin_zeros_keyboard(bt_bdaddr_t *remote_bd_addr);
[all...]
/system/bt/btif/src/
H A Dbtif_storage.c180 bt_status_t btif_in_fetch_bonded_ble_device(const char *remote_bd_addr,int add,
182 bt_status_t btif_storage_get_remote_addr_type(bt_bdaddr_t *remote_bd_addr,
221 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop) argument
224 if(remote_bd_addr)
225 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
242 if(remote_bd_addr)
314 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop) argument
317 if(remote_bd_addr)
318 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
336 if(remote_bd_addr)
722 btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr, bt_property_t *property) argument
738 btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr, bt_property_t *property) argument
756 btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr, uint32_t num_properties, bt_property_t *properties) argument
799 btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr, LINK_KEY link_key, uint8_t key_type, uint8_t pin_length) argument
824 btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr) argument
986 btif_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, char *key, UINT8 key_type, UINT8 key_length) argument
1032 btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, UINT8 key_type, char *key_value, int key_length) argument
1078 btif_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr) argument
1197 btif_in_fetch_bonded_ble_device(const char *remote_bd_addr, int add, btif_bonded_devices_t *p_bonded_devices) argument
1254 btif_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, UINT8 addr_type) argument
1274 btif_storage_get_remote_addr_type(bt_bdaddr_t *remote_bd_addr, int*addr_type) argument
1294 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument
1416 btif_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr) argument
1538 btif_storage_is_device_autopair_blacklisted(bt_bdaddr_t *remote_bd_addr) argument
1602 btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_bd_addr) argument
1642 btif_storage_is_fixed_pin_zeros_keyboard(bt_bdaddr_t *remote_bd_addr) argument
[all...]
H A Dbtif_dm.c2448 BD_ADDR remote_bd_addr; local
2449 bdcpy(remote_bd_addr, bd_addr->address);
2455 BTA_DmBlePasskeyReply(remote_bd_addr, accept, passkey);
/system/bt/test/suite/support/
H A Dadapter.c64 void acl_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_acl_state_t state) { argument
113 bt_bdaddr_t *remote_bd_addr,
112 ssp_request( bt_bdaddr_t *remote_bd_addr, bt_bdname_t *bd_name, uint32_t cod, bt_ssp_variant_t pairing_variant, uint32_t pass_key) argument
H A Dgatt.c25 static bt_bdaddr_t remote_bd_addr; variable
159 remote_bd_addr.address[i] = bda->address[i];
H A Dcallbacks.c23 void acl_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_acl_state_t state);
26 void bond_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_bond_state_t state);
31 void ssp_request(bt_bdaddr_t *remote_bd_addr, bt_bdname_t *bd_name, uint32_t cod, bt_ssp_variant_t pairing_variant, uint32_t pass_key);
/system/bt/stack/l2cap/
H A Dl2c_csm.c170 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
177 || !btm_acl_notif_conn_collision(p_ccb->p_lcb->remote_bd_addr))
200 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings);
204 if (btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
253 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings);
257 if (btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
327 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
371 btm_sec_abort_access_req (p_ccb->p_lcb->remote_bd_addr);
413 btm_sec_abort_access_req (p_ccb->p_lcb->remote_bd_addr);
428 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_cc
[all...]
H A Dl2c_utils.c64 memcpy (p_lcb->remote_bd_addr, p_bd_addr, BD_ADDR_LEN);
155 btm_remove_sco_links(p_lcb->remote_bd_addr);
182 if (!memcmp(l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN))
199 btm_acl_removed (p_lcb->remote_bd_addr, p_lcb->transport);
201 btm_acl_removed (p_lcb->remote_bd_addr, BT_TRANSPORT_BR_EDR);
273 (!memcmp (p_lcb->remote_bd_addr, p_bd_addr, BD_ADDR_LEN)))
1698 btm_sec_clr_temp_auth_service (p_lcb->remote_bd_addr);
2237 BTM_ReadDevInfo(p_lcb->remote_bd_addr, &dev_type, &addr_type);
2267 is_sco_active = btm_is_sco_active_by_bdaddr(p_lcb_cur->remote_bd_addr);
2283 if (BTM_SwitchRole (p_lcb_cur->remote_bd_addr, HCI_ROLE_MASTE
[all...]
H A Dl2c_ucd.c689 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr,
709 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr,
765 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, psm,
842 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, psm,
868 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(p_ccb->p_lcb->remote_bd_addr, (BT_HDR *)p_buf);
H A Dl2c_link.c417 btm_sco_acl_removed (p_lcb->remote_bd_addr);
433 btm_acl_removed (p_lcb->remote_bd_addr, p_lcb->transport);
456 p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason, p_lcb->transport);
459 p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason, BT_TRANSPORT_BR_EDR);
688 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
1080 if (BTM_ReadPowerMode(p_lcb->remote_bd_addr, &mode) == BTM_SUCCESS)
1444 (*p_lcb->p_nocp_cb)(p_lcb->remote_bd_addr);
H A Dl2c_ble.c483 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
484 tACL_CONN *p_acl_cb = btm_bda_to_acl(p_lcb->remote_bd_addr, BT_TRANSPORT_LE);
687 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr);
706 memcpy(peer_addr, p_lcb->remote_bd_addr, BD_ADDR_LEN);
754 memcpy (l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN);
1018 BTM_SetBleDataLength(p_lcb->remote_bd_addr, tx_mtu);
H A Dl2c_api.c1248 flush_tout, p_lcb->remote_bd_addr[3],
1249 p_lcb->remote_bd_addr[4], p_lcb->remote_bd_addr[5]);
1318 memcpy (bd_addr, p_lcb->remote_bd_addr, BD_ADDR_LEN);
1458 (fixed_cid,p_lcb->remote_bd_addr, TRUE, 0, p_lcb->transport);
1461 (fixed_cid, p_lcb->remote_bd_addr, TRUE, 0, BT_TRANSPORT_BR_EDR);
H A Dl2c_main.c193 l2cble_notify_le_connection(p_lcb->remote_bd_addr);
281 (rcv_cid, p_lcb->remote_bd_addr, p_msg);
423 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
787 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
H A Dl2c_int.h365 BD_ADDR remote_bd_addr; /* The BD address of the remote */ member in struct:t_l2c_linkcb
H A Dl2c_fcr.c1481 (p_ccb->local_cid, p_ccb->p_lcb->remote_bd_addr, p_buf);
/system/bt/tools/bdtool/
H A Dadapter.c71 void acl_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_acl_state_t state) { argument
166 bt_bdaddr_t *remote_bd_addr,
192 fprintf(stdout, "Device found:%s %s\n", bdaddr_to_string(remote_bd_addr, buf, sizeof(buf)), bd_name->name);
197 int rc = bt_interface->ssp_reply(remote_bd_addr, pairing_variant,
165 ssp_request( bt_bdaddr_t *remote_bd_addr, bt_bdname_t *bd_name, uint32_t cod, bt_ssp_variant_t pairing_variant, uint32_t pass_key) argument
/system/bt/stack/btm/
H A Dbtm_acl.c355 && (bda && (0 == memcmp(btm_cb.devcb.switch_role_ref_data.remote_bd_addr, bda, BD_ADDR_LEN))))
563 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role) argument
567 if ((p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR)) == NULL)
596 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb) argument
610 remote_bd_addr[0], remote_bd_addr[1], remote_bd_addr[2],
611 remote_bd_addr[3], remote_bd_addr[4], remote_bd_addr[
[all...]
H A Dbtm_inq.c1453 (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN)))
1544 if ((p_ent->in_use) && (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN)))
1575 memcpy (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN);
1591 memcpy (p_old->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN);
/system/bt/stack/include/
H A Dbtu.h169 BD_ADDR remote_bd_addr; member in struct:__anon1090
H A Dsdp_api.h123 BD_ADDR remote_bd_addr; /* Remote BD address */ member in struct:t_sdp_disc_rec
H A Dbtm_api.h604 BD_ADDR remote_bd_addr; member in struct:__anon987
726 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the switch */ member in struct:__anon992
2739 extern tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role);
2759 extern tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr,
/system/bt/bta/dm/
H A Dbta_dm_act.c96 static void bta_dm_discover_device(BD_ADDR remote_bd_addr);
123 static void bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr);
1488 bta_dm_discover_device(bta_dm_search_cb.p_btm_inq_info->results.remote_bd_addr);
2250 bta_dm_discover_device(bta_dm_search_cb.p_btm_inq_info->results.remote_bd_addr);
2275 static void bta_dm_discover_device(BD_ADDR remote_bd_addr) argument
2286 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type);
2298 remote_bd_addr[0],remote_bd_addr[1],
2299 remote_bd_addr[2],remote_bd_addr[
3598 bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr) argument
[all...]
/system/bt/stack/sdp/
H A Dsdp_discovery.c832 memcpy (p_rec->remote_bd_addr, p_bda, BD_ADDR_LEN);

Completed in 247 milliseconds