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

  /system/bt/stack/include/
gattdefs.h 32 #define GATT_UUID_PRI_SERVICE 0x2800
  /system/bt/stack/gatt/
gatt_cl.c 64 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
65 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
428 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE;
    [all...]
gatt_db.c 170 case GATT_UUID_PRI_SERVICE:
238 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
    [all...]
gatt_sr.c 527 p_rcb->type == GATT_UUID_PRI_SERVICE)
745 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}};
    [all...]
gatt_api.c 512 if (p_sreg->type == GATT_UUID_PRI_SERVICE)
    [all...]
gatt_utils.c     [all...]

Completed in 151 milliseconds