Home
last modified time | relevance | path

Searched refs:GATT_UUID_PRI_SERVICE (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/include/
Dgattdefs.h32 #define GATT_UUID_PRI_SERVICE 0x2800 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()
126 case GATT_UUID_PRI_SERVICE: in gatts_check_attr_readability()
184 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
Dgatt_cl.cc65 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
66 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
384 result.type = bluetooth::Uuid::From16Bit(GATT_UUID_PRI_SERVICE); in gatt_process_find_type_value_rsp()
Dgatt_api.cc119 if (uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in is_gatt_attr_type()
284 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE in GATTS_AddService()
287 if (elem.type == GATT_UUID_PRI_SERVICE) { in GATTS_AddService()
Dgatt_sr.cc463 el.type != GATT_UUID_PRI_SERVICE) { in gatt_build_primary_service_rsp()
629 if (uuid != Uuid::From16Bit(GATT_UUID_PRI_SERVICE)) { in gatts_process_primary_service_req()
/system/bt/bta/test/gatt/
Ddatabase_test.cc32 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE);
/system/bt/bta/gatt/
Ddatabase.cc33 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE);