Skip to content

Commit 9c90cbd

Browse files
wilberforcemkellner
authored andcommitted
add missing ble functions to sim #253
1 parent 82ad084 commit 9c90cbd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/network/ble/sim/modBLEClient.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ void xs_ble_client_destructor(void *data)
3232
{
3333
}
3434

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+
3547
void xs_ble_client_start_scanning(xsMachine *the)
3648
{
3749
}
@@ -87,3 +99,7 @@ void xs_gatt_characteristic_disable_notifications(xsMachine *the)
8799
void xs_gatt_descriptor_write_value(xsMachine *the)
88100
{
89101
}
102+
103+
void xs_gatt_descriptor_read_value(xsMachine *the)
104+
{
105+
}

0 commit comments

Comments
 (0)