Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.cc704 uint8_t *p = p_data, value_len, handle_len = 2; in gatt_process_read_by_type_rsp() local
733 if (op_code == GATT_RSP_READ_BY_GRP_TYPE) handle_len = 4; in gatt_process_read_by_type_rsp()
735 value_len -= handle_len; /* substract the handle pairs bytes */ in gatt_process_read_by_type_rsp()
738 while (len >= (handle_len + value_len)) { in gatt_process_read_by_type_rsp()
871 len -= (value_len + handle_len); in gatt_process_read_by_type_rsp()
Dgatt_sr.cc457 uint8_t handle_len = 4; in gatt_build_primary_service_rsp() local
471 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid); in gatt_build_primary_service_rsp()
477 p_msg->offset = handle_len; in gatt_build_primary_service_rsp()
486 handle_len != p_msg->offset) { in gatt_build_primary_service_rsp()