S145 SoftDevice for nRF54LS05 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ BLE_MAX

#define BLE_MAX ( a,
b )

#include <ble.h>

Value:
((a) < (b) ? (b) : (a))

Leaves the maximum of the two arguments.