Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions modules/network/ble/sim/modBLEClient.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ void xs_ble_client_destructor(void *data)
{
}

void xs_ble_client_set_local_privacy(xsMachine *the)
{
}

void xs_ble_client_passkey_reply(xsMachine *the)
{
}

void xs_ble_client_set_security_parameters(xsMachine *the)
{
}

void xs_ble_client_start_scanning(xsMachine *the)
{
}
Expand Down Expand Up @@ -87,3 +99,7 @@ void xs_gatt_characteristic_disable_notifications(xsMachine *the)
void xs_gatt_descriptor_write_value(xsMachine *the)
{
}

void xs_gatt_descriptor_read_value(xsMachine *the)
{
}