Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_attr.cc283 Uuid service_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in gatt_profile_db_init()
394 Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)); in gatt_cl_start_config_ccc()
Dgatt_api.cc170 if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in GATTS_AddService()
/system/bt/stack/include/
Dsdpdefs.h261 #define UUID_SERVCLASS_GATT_SERVER 0x1801 macro
/system/bt/btif/src/
Dbtif_gatt_server.cc357 if (service[0].uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER) || in add_service_impl()
/system/bt/bta/gatt/
Dbta_gattc_act.cc1127 Uuid gattp_uuid = Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER); in bta_gattc_process_srvc_chg_ind()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc623 if (tmp.uuid == Uuid::From16Bit(UUID_SERVCLASS_GATT_SERVER)) { in OnServiceSearchComplete()