Home | History | Annotate | Download | only in src

Lines Matching refs:remote_bd_addr

177 bt_status_t btif_in_fetch_bonded_ble_device(char *remote_bd_addr,int add,
179 bt_status_t btif_storage_get_remote_addr_type(bt_bdaddr_t *remote_bd_addr,
246 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
249 if(remote_bd_addr)
250 bd2str(remote_bd_addr, &bdstr);
267 if(remote_bd_addr)
334 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
337 if(remote_bd_addr)
338 bd2str(remote_bd_addr, &bdstr);
356 if(remote_bd_addr)
694 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr,
697 return cfg2prop(remote_bd_addr, property) ? BT_STATUS_SUCCESS : BT_STATUS_FAIL;
710 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr,
713 return prop2cfg(remote_bd_addr, property) ? BT_STATUS_SUCCESS : BT_STATUS_FAIL;
728 bt_status_t btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr,
747 btif_storage_set_remote_device_property(remote_bd_addr,
752 btif_storage_set_remote_device_property(remote_bd_addr,
771 bt_status_t btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr,
777 bd2str(remote_bd_addr, &bdstr);
795 bt_status_t btif_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr)
798 bd2str(remote_bd_addr, &bdstr);
948 bt_status_t btif_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr,
954 bd2str(remote_bd_addr, &bdstr);
991 bt_status_t btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr,
997 bd2str(remote_bd_addr, &bdstr);
1035 bt_status_t btif_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr)
1038 bd2str(remote_bd_addr, &bdstr);
1155 bt_status_t btif_in_fetch_bonded_ble_device(char *remote_bd_addr,int add, btif_bonded_devices_t *p_bonded_devices)
1166 if(!btif_config_get_int("Remote", remote_bd_addr,"DevType", &device_type))
1170 BTIF_TRACE_DEBUG2("%s %s found a BLE device", __FUNCTION__,remote_bd_addr);
1171 str2bd(remote_bd_addr, &bd_addr);
1312 bt_status_t btif_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr,
1316 bd2str(remote_bd_addr, &bdstr);
1332 bt_status_t btif_storage_get_remote_addr_type(bt_bdaddr_t *remote_bd_addr,
1336 bd2str(remote_bd_addr, &bdstr);
1352 bt_status_t btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr,
1359 bd2str(remote_bd_addr, &bdstr);
1457 bt_status_t btif_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr)
1462 bd2str(remote_bd_addr, &bdstr);
1603 BOOLEAN btif_storage_is_device_autopair_blacklisted(bt_bdaddr_t *remote_bd_addr)
1613 bd2str(remote_bd_addr, &bdstr);
1625 dev_name_str = BTM_SecReadDevName((remote_bd_addr->address));
1669 bt_status_t btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_bd_addr)
1676 bd2str(remote_bd_addr, &bdstr);
1708 BOOLEAN btif_storage_is_fixed_pin_zeros_keyboard(bt_bdaddr_t *remote_bd_addr)
1716 bd2str(remote_bd_addr, &bdstr);