Home
last modified time | relevance | path

Searched refs:existing_uuids (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1647 Uuid* existing_uuids) { in btif_get_existing_uuids() argument
1650 sizeof(existing_uuids), existing_uuids); in btif_get_existing_uuids()
1684 Uuid existing_uuids[BT_MAX_NUM_UUIDS] = {}; in btif_merge_existing_uuids() local
1685 bt_status_t lookup_result = btif_get_existing_uuids(&addr, existing_uuids); in btif_merge_existing_uuids()
1690 Uuid uuid = existing_uuids[i]; in btif_merge_existing_uuids()
1936 Uuid existing_uuids[BT_MAX_NUM_UUIDS] = {}; in btif_on_gatt_results() local
1940 btif_get_existing_uuids(&bd_addr, existing_uuids); in btif_on_gatt_results()
1946 Uuid uuid = existing_uuids[i]; in btif_on_gatt_results()
1957 btif_get_existing_uuids(&static_addr_copy, existing_uuids); in btif_on_gatt_results()
1962 Uuid uuid = existing_uuids[i]; in btif_on_gatt_results()