mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
Merge branch 'ble_chars' into integration
This commit is contained in:
commit
c272e7282a
@ -108,7 +108,7 @@ void BluetoothConnection::send_service_for_discovery_() {
|
|||||||
if (total_char_count == 0) {
|
if (total_char_count == 0) {
|
||||||
// No characteristics, just send the service response
|
// No characteristics, just send the service response
|
||||||
api_conn->send_message(resp, api::BluetoothGATTGetServicesResponse::MESSAGE_TYPE);
|
api_conn->send_message(resp, api::BluetoothGATTGetServicesResponse::MESSAGE_TYPE);
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reserve space and process characteristics
|
// Reserve space and process characteristics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user