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

  /system/bt/stack/include/
gattdefs.h 35 #define GATT_UUID_CHAR_DECLARE 0x2803 /* Characteristic Declaration*/
  /system/bt/stack/gatt/
gatt_db.c 172 case GATT_UUID_CHAR_DECLARE:
247 else if (uuid16 == GATT_UUID_CHAR_DECLARE)
500 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}};
    [all...]
gatt_cl.c 67 GATT_UUID_CHAR_DECLARE, /* <characteristic> for DISC_CHAR */
158 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE;
    [all...]

Completed in 36 milliseconds