nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_bms_op

enum ble_bms_op

#include <ble_bms.h>

BMS Control Point opcodes.

Enumerator
BLE_BMS_OP_DEL_BOND_REQ_DEVICE_BR_LE 

Initiates the procedure to delete the bond of the requesting device on BR/EDR and LE transports.

BLE_BMS_OP_DEL_BOND_REQ_DEVICE_BR_ONLY 

Initiates the procedure to delete the bond of the requesting device on BR/EDR transport.

BLE_BMS_OP_DEL_BOND_REQ_DEVICE_LE_ONLY 

Initiates the procedure to delete the bond of the requesting device on LE transport.

BLE_BMS_OP_DEL_ALL_BONDS_ON_SERVER_BR_LE 

Initiates the procedure to delete all bonds on the device on BR/EDR and LE transports.

BLE_BMS_OP_DEL_ALL_BONDS_ON_SERVER_BR_ONLY 

Initiates the procedure to delete all bonds on the device on BR/EDR transport.

BLE_BMS_OP_DEL_ALL_BONDS_ON_SERVER_LE_ONLY 

Initiates the procedure to delete all bonds on the device on LE transport.

BLE_BMS_OP_DEL_ALL_BUT_ACTIVE_BOND_BR_LE 

Initiates the procedure to delete all bonds except for the one of the requesting device on BR/EDR and LE transports.

BLE_BMS_OP_DEL_ALL_BUT_ACTIVE_BOND_BR_ONLY 

Initiates the procedure to delete all bonds except for the one of the requesting device on BR/EDR transport.

BLE_BMS_OP_DEL_ALL_BUT_ACTIVE_BOND_LE_ONLY 

Initiates the procedure to delete all bonds except for the one of the requesting device on LE transport.

BLE_BMS_OP_NONE 

Indicates an invalid opcode or no pending opcode.