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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c255 bt_bdaddr_t remote_bdaddr; local
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) argument
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) argument
301 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
310 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr) argument
318 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
324 bd2str(remote_bdaddr,
[all...]

Completed in 120 milliseconds