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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c341 bt_bdaddr_t remote_bdaddr; local
345 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
349 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
362 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) argument
370 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
380 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) argument
388 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
398 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr) argument
406 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
412 bd2str(remote_bdaddr,
431 check_sdp_bl(const bt_bdaddr_t *remote_bdaddr) argument
[all...]

Completed in 283 milliseconds