Home
last modified time | relevance | path

Searched refs:GATT_MAX_ATTR_LEN (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h124 #ifndef GATT_MAX_ATTR_LEN
125 #define GATT_MAX_ATTR_LEN 600 macro
317 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
355 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c865 p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf(GATT_MAX_ATTR_LEN); in gatt_process_read_by_type_rsp()
866 if (p_clcb->p_attr_buf && p_clcb->counter <= GATT_MAX_ATTR_LEN) in gatt_process_read_by_type_rsp()
966 p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf(GATT_MAX_ATTR_LEN); in gatt_process_read_rsp()
969 if (p_clcb->p_attr_buf && offset < GATT_MAX_ATTR_LEN) in gatt_process_read_rsp()
971 if ((len + offset) > GATT_MAX_ATTR_LEN) in gatt_process_read_rsp()
972 len = GATT_MAX_ATTR_LEN - offset; in gatt_process_read_rsp()
981 len + offset < GATT_MAX_ATTR_LEN) in gatt_process_read_rsp()
Dgatt_sr.c486 GATT_MAX_ATTR_LEN, in gatt_process_read_multi_req()
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_dis.c147 if (strlen ((char *)pp) > GATT_MAX_ATTR_LEN) in dis_read_attr_value()
148 p_value->len = GATT_MAX_ATTR_LEN; in dis_read_attr_value()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c241 if (strlen ((char *)p_dev_name) > GATT_MAX_ATTR_LEN) in gap_read_attr_value()
242 p_value->len = GATT_MAX_ATTR_LEN; in gap_read_attr_value()
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c129 memcpy(p_dest->attr_value.value, p_src->attr_value.value, GATT_MAX_ATTR_LEN); in btif_to_bta_response()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h189 #define BTA_GATT_MAX_ATTR_LEN GATT_MAX_ATTR_LEN