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

  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 124 #ifndef GATT_MAX_ATTR_LEN
125 #define GATT_MAX_ATTR_LEN 600
317 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
355 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 865 p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf(GATT_MAX_ATTR_LEN);
866 if (p_clcb->p_attr_buf && p_clcb->counter <= GATT_MAX_ATTR_LEN)
    [all...]
gatt_sr.c 486 GATT_MAX_ATTR_LEN,
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 147 if (strlen ((char *)pp) > GATT_MAX_ATTR_LEN)
148 p_value->len = GATT_MAX_ATTR_LEN;
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 241 if (strlen ((char *)p_dev_name) > GATT_MAX_ATTR_LEN)
242 p_value->len = GATT_MAX_ATTR_LEN;
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 129 memcpy(p_dest->attr_value.value, p_src->attr_value.value, GATT_MAX_ATTR_LEN);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 189 #define BTA_GATT_MAX_ATTR_LEN GATT_MAX_ATTR_LEN
    [all...]

Completed in 209 milliseconds