We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ad084 commit 9c90cbdCopy full SHA for 9c90cbd
modules/network/ble/sim/modBLEClient.c
@@ -32,6 +32,18 @@ void xs_ble_client_destructor(void *data)
32
{
33
}
34
35
+void xs_ble_client_set_local_privacy(xsMachine *the)
36
+{
37
+}
38
+
39
+void xs_ble_client_passkey_reply(xsMachine *the)
40
41
42
43
+void xs_ble_client_set_security_parameters(xsMachine *the)
44
45
46
47
void xs_ble_client_start_scanning(xsMachine *the)
48
49
@@ -87,3 +99,7 @@ void xs_gatt_characteristic_disable_notifications(xsMachine *the)
87
99
void xs_gatt_descriptor_write_value(xsMachine *the)
88
100
89
101
102
103
+void xs_gatt_descriptor_read_value(xsMachine *the)
104
105
0 commit comments