Lines Matching refs:remote_bdaddr
255 bt_bdaddr_t remote_bdaddr;
259 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
263 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
276 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
284 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
293 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
301 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
310 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr)
318 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
324 bd2str(remote_bdaddr, &bdstr);