Home
last modified time | relevance | path

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

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