Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dgatt.h1505 } _included; member
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dgatt.c3856 handle = params->_included.attr_handle; in read_included_uuid_cb()
3857 value.start_handle = params->_included.start_handle; in read_included_uuid_cb()
3858 value.end_handle = params->_included.end_handle; in read_included_uuid_cb()
3864 "end_handle 0x%04x\n", params->_included.attr_handle, in read_included_uuid_cb()
3894 req->handle = sys_cpu_to_le16(params->_included.start_handle); in read_included_uuid_encode()
3902 LOG_DBG("handle 0x%04x", params->_included.start_handle); in read_included_uuid()
3965 params->_included.attr_handle = handle; in parse_include()
3966 params->_included.start_handle = value.start_handle; in parse_include()
3967 params->_included.end_handle = value.end_handle; in parse_include()