Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc362 int size = STORAGE_UUID_STRING_SIZE * BT_MAX_NUM_UUIDS; in btif_device_supports_profile()
472 int size = STORAGE_UUID_STRING_SIZE * BT_MAX_NUM_UUIDS; in btif_storage_load_bonded_hearing_aids()
737 int size = STORAGE_UUID_STRING_SIZE * BT_MAX_NUM_UUIDS; in btif_storage_load_bonded_leaudio()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_storage.h45 #define STORAGE_UUID_STRING_SIZE (36 + 1) /* 00001200-0000-1000-8000-00805f9b34fb; */ macro