BleGattCallback

constructor(connectionStateMachine: ConnectionStateMachine, bondManager: BondManager? = null)

Parameters

connectionStateMachine

The ConnectionStateMachine that processes GATT events and manages the connection lifecycle.

bondManager

Optional BondManager for handling device bonding. Currently reserved for future use in automatic bonding scenarios.