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

  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 35 #define GATT_UUID_CHAR_DECLARE 0x2803 /* Characteristic Declaration*/
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 170 case GATT_UUID_CHAR_DECLARE:
252 else if (uuid16 == GATT_UUID_CHAR_DECLARE)
505 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}};
    [all...]
gatt_cl.c 66 GATT_UUID_CHAR_DECLARE, /* <characteristic> for DISC_CHAR */
157 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE;
    [all...]

Completed in 36 milliseconds