BLE_L2CAP_CbDeregisterSpsm
C
uint16_t BLE_L2CAP_CbDeregisterSpsm(uint16_t spsm);Description
Deregisters an SPSM (Simplified Protocol/Service Multiplexer).
Note
This function should be called to release resources associated with an unused registered SPSM.
Parameters
| Parameter | Description |
|---|---|
| [in] spsm | The SPSM value. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully deregistered the SPSM. |
| MBA_RES_INVALID_PARA | The specified SPSM is unknown or invalid. |
