Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/include/
H A Dsdpdefs.h193 #define UUID_SERVCLASS_GAP_SERVER 0x1800 macro
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc360 service[0].uuid == Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER)) { in add_service_impl()
/aosp12/system/bt/stack/gap/
H A Dgap_ble.cc419 Uuid svc_uuid = Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER); in gap_attr_db_init()
/aosp12/system/bt/stack/gatt/
H A Dgatt_api.cc190 } else if (svc_uuid == Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER)) { in GATTS_AddService()
/aosp12/system/bt/bta/hh/
H A Dbta_hh_le.cc1484 } else if (service.uuid == Uuid::From16Bit(UUID_SERVCLASS_GAP_SERVER)) { in bta_hh_le_srvc_search_cmpl()