Home
last modified time | relevance | path

Searched refs:handle_len (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c774 UINT8 *p = p_data, value_len, handle_len = 2; in gatt_process_read_by_type_rsp() local
800 handle_len = 4; in gatt_process_read_by_type_rsp()
803 value_len -= handle_len; /* substract the handle pairs bytes */ in gatt_process_read_by_type_rsp()
806 while (len >= (handle_len + value_len)) { in gatt_process_read_by_type_rsp()
918 len -= (value_len + handle_len); in gatt_process_read_by_type_rsp()
Dgatt_sr.c714 UINT8 handle_len = 4, *p ; in gatt_build_primary_service_rsp() local
735 handle_len = 4 + p_uuid->len; in gatt_build_primary_service_rsp()
742 p_msg->offset = handle_len; in gatt_build_primary_service_rsp()
751 handle_len == p_msg->offset) { in gatt_build_primary_service_rsp()