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

/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h128 BD_ADDR remote_bd_addr; /* Remote BD address */ member in struct:t_sdp_disc_rec
H A Dbtu.h175 BD_ADDR remote_bd_addr; member in struct:__anon1510
H A Dbtm_api.h608 BD_ADDR remote_bd_addr; member in struct:__anon1402
745 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the switch */ member in struct:__anon1408
755 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the change link key */ member in struct:__anon1409
3160 BTM_API extern tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role);
3180 BTM_API extern tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr,
3197 BTM_API extern tBTM_STATUS BTM_ChangeLinkKey (BD_ADDR remote_bd_addr,
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c178 bt_status_t btif_in_fetch_bonded_ble_device(char *remote_bd_addr,int add,
180 bt_status_t btif_storage_get_remote_addr_type(bt_bdaddr_t *remote_bd_addr,
218 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop) argument
221 if(remote_bd_addr)
222 bd2str(remote_bd_addr, &bdstr);
243 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 bd2str(remote_bd_addr, &bdstr);
336 if(remote_bd_addr)
703 btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr, bt_property_t *property) argument
719 btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr, bt_property_t *property) argument
737 btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr, uint32_t num_properties, bt_property_t *properties) argument
780 btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr, LINK_KEY link_key, uint8_t key_type, uint8_t pin_length) argument
805 btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr) argument
963 btif_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, char *key, UINT8 key_type, UINT8 key_length) argument
1006 btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, UINT8 key_type, char *key_value, int key_length) argument
1050 btif_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr) argument
1170 btif_in_fetch_bonded_ble_device(char *remote_bd_addr,int add, btif_bonded_devices_t *p_bonded_devices) argument
1343 btif_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, UINT8 addr_type) argument
1363 btif_storage_get_remote_addr_type(bt_bdaddr_t *remote_bd_addr, int*addr_type) argument
1383 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
1513 btif_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr) argument
1637 btif_storage_is_device_autopair_blacklisted(bt_bdaddr_t *remote_bd_addr) argument
1703 btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_bd_addr) argument
1743 btif_storage_is_fixed_pin_zeros_keyboard(bt_bdaddr_t *remote_bd_addr) argument
1778 btif_storage_set_dmt_support_type(const bt_bdaddr_t *remote_bd_addr, BOOLEAN dmt_supported) argument
1808 btif_storage_is_dmt_supported_device(const bt_bdaddr_t *remote_bd_addr) argument
[all...]
H A Dbtif_dm.c2419 BD_ADDR remote_bd_addr; local
2420 bdcpy(remote_bd_addr, bd_addr->address);
2426 BTA_DmBlePasskeyReply(remote_bd_addr, accept, passkey);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c367 && (bda && (0 == memcmp(btm_cb.devcb.switch_role_ref_data.remote_bd_addr, bda, BD_ADDR_LEN))))
598 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role) argument
602 if ((p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR)) == NULL)
631 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb) argument
647 remote_bd_addr[0], remote_bd_addr[1], remote_bd_addr[2],
648 remote_bd_addr[3], remote_bd_addr[4], remote_bd_addr[
780 BTM_ChangeLinkKey(BD_ADDR remote_bd_addr, tBTM_CMPL_CB *p_cb) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c94 static void bta_dm_discover_device(BD_ADDR remote_bd_addr);
98 static BOOLEAN bta_dm_dev_blacklisted_for_switch (BD_ADDR remote_bd_addr);
122 static void bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr);
1580 bta_dm_discover_device(bta_dm_search_cb.p_btm_inq_info->results.remote_bd_addr);
2374 bta_dm_discover_device(bta_dm_search_cb.p_btm_inq_info->results.remote_bd_addr);
2399 static void bta_dm_discover_device(BD_ADDR remote_bd_addr) argument
2409 BTM_ReadDevInfo(remote_bd_addr, &dev_type, &addr_type);
2419 remote_bd_addr[0],remote_bd_addr[1],
2420 remote_bd_addr[
3839 bta_dm_dev_blacklisted_for_switch(BD_ADDR remote_bd_addr) argument
3894 bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr) argument
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h393 BD_ADDR remote_bd_addr; /* The BD address of the remote */ member in struct:t_l2c_linkcb

Completed in 4852 milliseconds