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

  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 32 #define GATT_UUID_PRI_SERVICE 0x2800
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 55 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
56 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
405 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE;
    [all...]
gatt_db.c 167 case GATT_UUID_PRI_SERVICE:
242 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
    [all...]
gatt_sr.c 546 p_rcb->type == GATT_UUID_PRI_SERVICE)
756 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 1910 milliseconds