HomeSort by relevance Sort by last modified time
    Searched refs:handle_len (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/gatt/
gatt_cl.cc 701 uint8_t *p = p_data, value_len, handle_len = 2; local
730 if (op_code == GATT_RSP_READ_BY_GRP_TYPE) handle_len = 4;
732 value_len -= handle_len; /* substract the handle pairs bytes */
735 while (len >= (handle_len + value_len)) {
856 len -= (value_len + handle_len);
    [all...]
gatt_sr.cc 456 uint8_t handle_len = 4; local
470 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid);
476 p_msg->offset = handle_len;
485 handle_len != p_msg->offset) {
    [all...]

Completed in 509 milliseconds