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 120 #ifndef GATT_MAX_ATTR_LEN
121 #define GATT_MAX_ATTR_LEN 600
317 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
358 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 846 p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf(GATT_MAX_ATTR_LEN);
847 if (p_clcb->p_attr_buf && p_clcb->counter <= GATT_MAX_ATTR_LEN)
    [all...]
gatt_sr.c 487 GATT_MAX_ATTR_LEN,
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 118 if (strlen ((char *)pp) > GATT_MAX_ATTR_LEN)
119 p_value->len = GATT_MAX_ATTR_LEN;
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 131 memcpy(p_dest->attr_value.value, p_src->attr_value.value, GATT_MAX_ATTR_LEN);
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 296 if (strlen ((char *)p_dev_name) > GATT_MAX_ATTR_LEN)
297 p_value->len = GATT_MAX_ATTR_LEN;
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 159 #define BTA_GATT_MAX_ATTR_LEN GATT_MAX_ATTR_LEN
    [all...]

Completed in 2164 milliseconds