HomeSort by relevance Sort by last modified time
    Searched refs:remote_bdaddr (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 334 bt_bdaddr_t remote_bdaddr; local
338 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
342 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
355 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
363 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
373 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
381 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
391 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr)
399 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
405 bd2str(remote_bdaddr, &bdstr)
    [all...]
btif_hh.c 158 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
160 extern BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
    [all...]
btif_rc.c 222 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
    [all...]

Completed in 2203 milliseconds