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

  /system/bt/btif/include/
btif_storage.h 78 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr,
92 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr,
107 bt_status_t btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr,
122 bt_status_t btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr,
137 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr);
234 bt_status_t btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr,
263 bt_status_t btif_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr);
275 BOOLEAN btif_storage_is_restricted_device(const bt_bdaddr_t *remote_bd_addr);
278 bt_status_t btif_storage_add_ble_bonding_key( bt_bdaddr_t *remote_bd_addr,
282 bt_status_t btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr,
    [all...]
  /system/bt/service/hal/
bluetooth_interface.cpp 87 bt_bdaddr_t *remote_bd_addr,
93 << " - BD_ADDR: " << BtAddrString(remote_bd_addr)
96 RemoteDevicePropertiesCallback(status, remote_bd_addr, num_properties,
107 void PinRequestCallback(bt_bdaddr_t *remote_bd_addr, bt_bdname_t *bd_name,
112 << " - remote_bd_addr: " << remote_bd_addr
116 FOR_EACH_BLUETOOTH_OBSERVER(PinRequestCallback(remote_bd_addr, bd_name, cod, min_16_digit));
119 void SSPRequestCallback(bt_bdaddr_t *remote_bd_addr,
124 << " - remote_bd_addr: " << remote_bd_addr
    [all...]
bluetooth_interface.h 57 bt_bdaddr_t *remote_bd_addr,
61 virtual void PinRequestCallback(bt_bdaddr_t *remote_bd_addr,
65 virtual void SSPRequestCallback(bt_bdaddr_t *remote_bd_addr,
71 bt_bdaddr_t *remote_bd_addr,
  /system/bt/btif/src/
btif_storage.c 166 static bt_status_t btif_in_fetch_bonded_ble_device(const char *remote_bd_addr,int add,
174 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
177 if(remote_bd_addr)
178 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
195 if(remote_bd_addr)
267 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
270 if(remote_bd_addr)
271 bdaddr_to_string(remote_bd_addr, bdstr, sizeof(bdstr));
289 if(remote_bd_addr)
700 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr,
    [all...]
btif_dm.c 2525 BD_ADDR remote_bd_addr; local
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.c 175 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm, TRUE,
181 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
189 || !btm_acl_notif_conn_collision(p_ccb->p_lcb->remote_bd_addr))
201 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm, TRUE,
218 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings);
222 if (btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
264 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm, FALSE,
281 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings);
285 if (btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm,
363 l2ble_sec_access_req(p_ccb->p_lcb->remote_bd_addr, p_ccb->p_rcb->psm, FALSE
    [all...]
l2c_utils.c 67 memcpy (p_lcb->remote_bd_addr, p_bd_addr, BD_ADDR_LEN);
161 btm_remove_sco_links(p_lcb->remote_bd_addr);
188 if (!memcmp(l2cb.ble_connecting_bda, p_lcb->remote_bd_addr, BD_ADDR_LEN))
205 btm_acl_removed (p_lcb->remote_bd_addr, p_lcb->transport);
207 btm_acl_removed (p_lcb->remote_bd_addr, BT_TRANSPORT_BR_EDR);
263 p_buf->p_callback(p_lcb->remote_bd_addr, p_lcb->transport, p_buf->p_ref_data, BTM_DEV_RESET);
293 (!memcmp (p_lcb->remote_bd_addr, p_bd_addr, BD_ADDR_LEN)))
    [all...]
l2c_link.c 426 btm_sco_acl_removed (p_lcb->remote_bd_addr);
442 btm_acl_removed (p_lcb->remote_bd_addr, p_lcb->transport);
465 p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason, p_lcb->transport);
468 p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason, BT_TRANSPORT_BR_EDR);
472 L2CAP_TRACE_ERROR("%s: unexpected p_fixed_ccbs[%d] is NULL remote_bd_addr = %s p_lcb = %p in_use = %d link_state = %d handle = %d link_role = %d is_bonding = %d disc_reason = %d transport = %d",
474 bdaddr_to_string((bt_bdaddr_t *)&p_lcb->remote_bd_addr,
717 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
    [all...]
l2c_ucd.c 697 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr,
717 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (p_ccb->p_lcb->remote_bd_addr,
772 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, psm,
839 btm_sec_l2cap_access_req (p_ccb->p_lcb->remote_bd_addr, psm,
863 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(p_ccb->p_lcb->remote_bd_addr, (BT_HDR *)p_buf);
    [all...]
l2c_ble.c 503 tACL_CONN *p_acl_cb = btm_bda_to_acl(p_lcb->remote_bd_addr, BT_TRANSPORT_LE);
508 btm_find_or_alloc_dev(p_lcb->remote_bd_addr);
    [all...]
l2c_api.c     [all...]
l2c_main.c 143 l2cble_notify_le_connection(p_lcb->remote_bd_addr);
223 (rcv_cid, p_lcb->remote_bd_addr, p_msg);
373 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
735 memcpy (ci.bd_addr, p_lcb->remote_bd_addr, sizeof(BD_ADDR));
    [all...]
l2c_int.h 389 BD_ADDR remote_bd_addr; /* The BD address of the remote */ member in struct:t_l2c_linkcb
    [all...]
l2c_fcr.c     [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 341 typedef void (*pin_request_callback)(bt_bdaddr_t *remote_bd_addr,
349 typedef void (*ssp_request_callback)(bt_bdaddr_t *remote_bd_addr,
358 bt_bdaddr_t *remote_bd_addr,
362 typedef void (*acl_state_changed_callback)(bt_status_t status, bt_bdaddr_t *remote_bd_addr,
  /system/bt/tools/bdtool/
adapter.c 71 void acl_state_changed(bt_status_t status, bt_bdaddr_t *remote_bd_addr, bt_acl_state_t state) {
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,
  /system/bt/stack/btm/
btm_acl.c 359 && (bda && (0 == memcmp(btm_cb.devcb.switch_role_ref_data.remote_bd_addr, bda, BD_ADDR_LEN))))
567 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role)
571 if ((p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR)) == NULL)
600 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb)
614 remote_bd_addr[0], remote_bd_addr[1], remote_bd_addr[2],
615 remote_bd_addr[3], remote_bd_addr[4], remote_bd_addr[5])
    [all...]
btm_inq.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c 86 static void bta_dm_discover_device(BD_ADDR remote_bd_addr);
133 static void bta_dm_reset_sec_dev_pending(BD_ADDR remote_bd_addr);
134 static void bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr);
    [all...]
  /system/bt/stack/include/
sdp_api.h 123 BD_ADDR remote_bd_addr; /* Remote BD address */ member in struct:t_sdp_disc_rec
btm_api.h 602 BD_ADDR remote_bd_addr; member in struct:__anon72618
724 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the switch */ member in struct:__anon72623
    [all...]
  /system/bt/stack/sdp/
sdp_discovery.c 803 memcpy (p_rec->remote_bd_addr, p_bda, BD_ADDR_LEN);
    [all...]

Completed in 94 milliseconds