Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbt_uuid16.h121 #define UUID_SERVCLASS_GATT_SERVER 0x1801 macro
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc413 Uuid service_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in gatt_profile_db_init()
713 0xffff, Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) != in gatt_cl_start_config_ccc()
Dgatt_api.cc187 if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in GATTS_AddService()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc176 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in set_sample_cap_included_database()
256 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in set_sample_database()
365 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in set_sample_database_double_csis()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc398 if (service[0].uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER) || in add_service_impl()
/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc309 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in SetSampleDatabase1()
Dvc_test.cc182 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in set_sample_database()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc146 if (service.uuid.As16Bit() != UUID_SERVCLASS_GATT_SERVER) { in GetRobustCachingSupport()
Dbta_gattc_act.cc1478 Uuid gattp_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in bta_gattc_process_srvc_chg_ind()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc840 if (tmp.uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in OnServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc224 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER), true); in Build()