Searched defs:end_group_handle (Results 1 – 5 of 5) sorted by relevance
/btstack/src/ble/ |
H A D | gatt_client.h | 240 uint16_t end_group_handle; member 310 uint16_t end_group_handle; member 320 uint16_t end_group_handle; member
|
H A D | att_db_util.c | 230 …_util_add_included_service_uuid16(uint16_t start_group_handle, uint16_t end_group_handle, uint16_… in att_db_util_add_included_service_uuid16()
|
H A D | gatt_client.c | 947 …event(gatt_client_t * gatt_client, uint16_t start_group_handle, uint16_t end_group_handle, const u… in emit_gatt_service_query_result_event() 961 …t_client, uint16_t include_handle, uint16_t start_group_handle, uint16_t end_group_handle, const u… in emit_gatt_included_service_query_result_event() 1097 uint16_t end_group_handle = little_endian_read_16(packet,i+2); in report_gatt_services() local 2107 … uint16_t end_group_handle = 0xffff; // asserts GATT_EVENT_QUERY_COMPLETE is emitted if no results in gatt_client_handle_att_response() local
|
/btstack/test/mock/ |
H A D | mock_gatt_client.h | 51 uint16_t end_group_handle; member
|
H A D | mock_gatt_client.c | 176 …event(gatt_client_t * gatt_client, uint16_t start_group_handle, uint16_t end_group_handle, const u… in emit_gatt_service_query_result_event()
|