Searched refs:out_included_service_start_handle (Results 1 – 3 of 3) sorted by relevance
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 637 uint16_t out_included_service_start_handle; in TEST() local 641 …&out_included_service_handle, &out_included_service_start_handle, &out_included_service_end_handle… in TEST() 645 …&out_included_service_handle, &out_included_service_start_handle, &out_included_service_end_handle… in TEST() 649 …&out_included_service_handle, &out_included_service_start_handle, &out_included_service_end_handle… in TEST()
|
/btstack/src/ble/ |
H A D | att_db.h | 355 …uint16_t * out_included_service_handle, uint16_t * out_included_service_start_handle, uint16_t * o…
|
H A D | att_db.c | 1620 …uint16_t * out_included_service_handle, uint16_t * out_included_service_start_handle, uint16_t * o… in gatt_server_get_included_service_with_uuid16() argument 1638 *out_included_service_start_handle = little_endian_read_16(it.value, 0); in gatt_server_get_included_service_with_uuid16()
|