Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/include/
H A Dsdpdefs.h194 #define UUID_SERVCLASS_GATT_SERVER 0x1801 macro
/aosp12/system/bt/stack/gatt/
H A Dgatt_attr.cc379 Uuid service_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in gatt_profile_db_init()
646 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)); in gatt_cl_start_config_ccc()
H A Dgatt_api.cc188 if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in GATTS_AddService()
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc359 if (service[0].uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER) || in add_service_impl()
/aosp12/system/bt/bta/vc/
H A Dvc_test.cc122 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in set_sample_database()
H A Ddevices_test.cc272 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in SetSampleDatabase1()
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_act.cc1190 Uuid gattp_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in bta_gattc_process_srvc_chg_ind()
/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc627 if (tmp.uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in OnServiceSearchComplete()