HomeSort by relevance Sort by last modified time
    Searched refs:GATT_UUID_PRI_SERVICE (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/include/
gattdefs.h 32 #define GATT_UUID_PRI_SERVICE 0x2800
  /system/bt/stack/gatt/
gatt_db.cc 65 Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE);
126 case GATT_UUID_PRI_SERVICE:
184 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) {
gatt_api.cc 119 if (uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) ||
285 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE
288 if (elem.type == GATT_UUID_PRI_SERVICE) {
    [all...]
gatt_cl.cc 65 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
66 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
385 result.type = bluetooth::Uuid::From16Bit(GATT_UUID_PRI_SERVICE);
    [all...]
gatt_sr.cc 462 el.type != GATT_UUID_PRI_SERVICE) {
628 if (uuid != Uuid::From16Bit(GATT_UUID_PRI_SERVICE)) {
    [all...]

Completed in 188 milliseconds