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

  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 42 #define GATT_UUID_CHAR_AGG_FORMAT 0x2905 /* Characteristic Aggregate Format*/
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 253 case GATT_UUID_CHAR_AGG_FORMAT:
btif_gatt_client.c 281 if (get_uuid16(&p_src_data->read.descr_type.uuid) != GATT_UUID_CHAR_AGG_FORMAT
318 if (get_uuid16 (&p_data->read.descr_type.uuid) != GATT_UUID_CHAR_AGG_FORMAT
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 238 (uuid16 == GATT_UUID_CHAR_DESCRIPTION || uuid16 == GATT_UUID_CHAR_AGG_FORMAT))
844 case GATT_UUID_CHAR_AGG_FORMAT: /* should be readable only */
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 634 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}};
638 /* GATT_UUID_CHAR_AGG_FORMAT */

Completed in 531 milliseconds