Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h120 #ifndef GATT_MAX_ATTR_LEN
121 #define GATT_MAX_ATTR_LEN 600 macro
308 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
349 UINT8 value[GATT_MAX_ATTR_LEN]; /* the actual attribute value */
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c808 p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf(GATT_MAX_ATTR_LEN); in gatt_process_read_by_type_rsp()
809 if (p_clcb->p_attr_buf && p_clcb->counter <= GATT_MAX_ATTR_LEN) in gatt_process_read_by_type_rsp()
907 p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf(GATT_MAX_ATTR_LEN); in gatt_process_read_rsp()
910 if (p_clcb->p_attr_buf && offset < GATT_MAX_ATTR_LEN) in gatt_process_read_rsp()
912 if ((len + offset) > GATT_MAX_ATTR_LEN) in gatt_process_read_rsp()
913 len = GATT_MAX_ATTR_LEN - offset; in gatt_process_read_rsp()
922 len + offset < GATT_MAX_ATTR_LEN) in gatt_process_read_rsp()
Dgatt_sr.c485 GATT_MAX_ATTR_LEN, in gatt_process_read_multi_req()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c297 if (strlen ((char *)p_dev_name) > GATT_MAX_ATTR_LEN) in gap_read_attr_value()
298 p_value->len = GATT_MAX_ATTR_LEN; in gap_read_attr_value()
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c139 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.h158 #define BTA_GATT_MAX_ATTR_LEN GATT_MAX_ATTR_LEN