Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c2812 value.start_handle = params->_included.start_handle; in read_included_uuid_cb()
2813 value.end_handle = params->_included.end_handle; in read_included_uuid_cb()
2819 "end_handle 0x%04x\n", params->_included.attr_handle, in read_included_uuid_cb()
2830 attr->handle = params->_included.attr_handle; in read_included_uuid_cb()
2853 req->handle = sys_cpu_to_le16(params->_included.start_handle); in read_included_uuid()
2855 BT_DBG("handle 0x%04x", params->_included.start_handle); in read_included_uuid()
2916 params->_included.attr_handle = handle; in parse_include()
2917 params->_included.start_handle = value.start_handle; in parse_include()
2918 params->_included.end_handle = value.end_handle; in parse_include()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h1104 } _included; member

Completed in 17 milliseconds