T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.28k stars 379 forks source link

Comand works on iOS but but not on mac #190

Open Guillemete opened 1 year ago

Guillemete commented 1 year ago

I've customized the library so i can now send PLAY and PAUSE on 2 separate actions, instead of the PLAY/PAUSE regular one

USAGE(1), 0xB1, // USAGE (Pause) ; bit 3: 8 USAGE(1), 0xB0, // USAGE (Play) ; bit 4: 16

it works perfectly on iOS (iPad and iPhone), but the command PAUSE doesn't do anything on mac OS nor windows

Did i miss something?

Thanks