Home
last modified time | relevance | path

Searched refs:GATT_UUID_SEC_SERVICE (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dgattdefs.h33 #define GATT_UUID_SEC_SERVICE 0x2801 macro
/system/bt/stack/gatt/
Dgatt_db.cc65 Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE); in gatts_init_service_db()
127 case GATT_UUID_SEC_SERVICE: in gatts_check_attr_readability()
184 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
Dgatt_api.cc120 uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE) || in is_gatt_attr_type()
286 : GATT_UUID_SEC_SERVICE; in GATTS_AddService()