Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.c750 UINT8 *p = p_data, value_len, handle_len = 2; in gatt_process_read_by_type_rsp() local
777 handle_len = 4; in gatt_process_read_by_type_rsp()
779 value_len -= handle_len; /* substract the handle pairs bytes */ in gatt_process_read_by_type_rsp()
782 while (len >= (handle_len + value_len)) in gatt_process_read_by_type_rsp()
914 len -= (value_len + handle_len); in gatt_process_read_by_type_rsp()
Dgatt_sr.c529 UINT8 handle_len =4, *p ; in gatt_build_primary_service_rsp() local
553 handle_len = 4 + p_uuid->len; in gatt_build_primary_service_rsp()
560 p_msg->offset = handle_len; in gatt_build_primary_service_rsp()
570 handle_len == p_msg->offset) in gatt_build_primary_service_rsp()