mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 12:32:54 +00:00
auto-pts: temp suppress service type field from included service response to match python framework
This commit is contained in:
parent
2c465bc1f2
commit
d207c85f73
@ -486,7 +486,7 @@ static void gatt_client_packet_handler(uint8_t packet_type, uint16_t channel, ui
|
||||
break;
|
||||
case GATT_EVENT_INCLUDED_SERVICE_QUERY_RESULT:
|
||||
btp_append_uint16(gatt_event_included_service_query_result_get_include_handle(packet));
|
||||
btp_append_uint8(0); // Note: included primary service not reported currently
|
||||
// btp_append_uint8(0); // Note: included primary service not reported currently
|
||||
gatt_event_included_service_query_result_get_service(packet, &service);
|
||||
btp_append_service(&service);
|
||||
response_buffer[0]++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user