Searched refs:remote_uuids (Results 1 – 5 of 5) sorted by relevance
151 bluetooth::Uuid remote_uuids[BT_MAX_NUM_UUIDS] = {}; in bta_hh_headtracker_supported() local152 bt_property_t remote_properties = {BT_PROPERTY_UUIDS, sizeof(remote_uuids), in bta_hh_headtracker_supported()153 &remote_uuids}; in bta_hh_headtracker_supported()160 int count = remote_properties.len / sizeof(remote_uuids[0]); in bta_hh_headtracker_supported()162 if (remote_uuids[i] == ANDROID_HEADTRACKER_SERVICE_UUID) { in bta_hh_headtracker_supported()
375 Uuid remote_uuids[BT_MAX_NUM_UUIDS]; in btif_in_get_remote_device_properties() local405 sizeof(remote_uuids), remote_uuids); in btif_in_get_remote_device_properties()
1537 bluetooth::Uuid remote_uuids[BT_MAX_NUM_UUIDS] = {}; in btif_hh_transport_select() local1538 bt_property_t remote_properties = {BT_PROPERTY_UUIDS, sizeof(remote_uuids), in btif_hh_transport_select()1539 &remote_uuids}; in btif_hh_transport_select()1554 int count = remote_properties.len / sizeof(remote_uuids[0]); in btif_hh_transport_select()1556 if (remote_uuids[i].Is16Bit()) { in btif_hh_transport_select()1557 if (remote_uuids[i].As16Bit() == UUID_SERVCLASS_HUMAN_INTERFACE) { in btif_hh_transport_select()1559 } else if (remote_uuids[i].As16Bit() == UUID_SERVCLASS_LE_HID) { in btif_hh_transport_select()1564 remote_uuids[i] == ANDROID_HEADTRACKER_SERVICE_UUID) { in btif_hh_transport_select()
982 Uuid remote_uuids[BT_MAX_NUM_UUIDS]; in btif_storage_load_bonded_devices() local1082 remote_uuids, sizeof(remote_uuids), in btif_storage_load_bonded_devices()
92 fn get_blocked_services(&self, remote_uuids: &Vec<Uuid>) -> Vec<Uuid> { in get_blocked_services()93 remote_uuids.iter().filter(|&&uu| !self.is_service_allowed(uu)).cloned().collect() in get_blocked_services()