We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b1eb3 commit 5a10d43Copy full SHA for 5a10d43
zephyr/port/bluetooth/bt_stubs.c
@@ -134,6 +134,36 @@ int API_vhci_host_register_callback(const esp_vhci_host_callback_t *callback)
134
return ESP_OK;
135
}
136
137
+int ble_txpwr_set(int power_type, int power_level)
138
+{
139
+ return ESP_OK;
140
+}
141
+
142
+int ble_txpwr_get(int power_type)
143
144
145
146
147
+int bredr_txpwr_set(int min_power_level, int max_power_level)
148
149
150
151
152
+int bredr_txpwr_get(int *min_power_level, int *max_power_level)
153
154
155
156
157
+void bredr_sco_datapath_set(uint8_t data_path)
158
159
+ // No-op
160
161
162
+void btdm_controller_scan_duplicate_list_clear(void)
163
164
165
166
167
void coex_pti_v2(void)
168
{
169
// No-op
0 commit comments