Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/T-vK/ESP32-BLE-Keyboard
/ functions
Functions
16 in github.com/T-vK/ESP32-BLE-Keyboard
⨍
Functions
16
◇
Types & classes
1
↓ 2 callers
Method
delay_ms
BleKeyboard.cpp:498
↓ 2 callers
Method
isConnected
BleKeyboard.cpp:144
↓ 1 callers
Method
setBatteryLevel
BleKeyboard.cpp:148
Method
BleKeyboard
BleKeyboard.cpp:97
Method
begin
BleKeyboard.cpp:103
Method
end
BleKeyboard.cpp:140
Method
onConnect
BleKeyboard.cpp:481
Method
onDisconnect
BleKeyboard.cpp:485
Method
onWrite
BleKeyboard.cpp:492
Method
press
press() adds the specified key (printing, non-printing, or modifier) to the persistent key report and sends the report. Because of the way USB HID wo
BleKeyboard.cpp:338
Method
release
release() takes the specified key out of the persistent key report and sends the report. This tells the OS the key is no longer pressed and that it s
BleKeyboard.cpp:395
Method
releaseAll
BleKeyboard.cpp:438
Method
sendReport
BleKeyboard.cpp:168
Method
setDelay
* @brief Sets the waiting time (in milliseconds) between multiple keystrokes in NimBLE mode. * * @param ms Time in milliseconds */
BleKeyboard.cpp:164
Method
setName
must be called before begin in order to set the name
BleKeyboard.cpp:155
Method
write
BleKeyboard.cpp:452