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 63 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
64 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
427 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE;
    [all...]
gatt_db.c 168 case GATT_UUID_PRI_SERVICE:
243 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE)
    [all...]
gatt_sr.c 549 p_rcb->type == GATT_UUID_PRI_SERVICE)
767 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}};
    [all...]
gatt_api.c 513 if (p_sreg->type == GATT_UUID_PRI_SERVICE)
    [all...]
gatt_utils.c     [all...]

Completed in 111 milliseconds