Home
last modified time | relevance | path

Searched refs:BT_RFCOMM_STATE_SECURITY_PENDING (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h37 BT_RFCOMM_STATE_SECURITY_PENDING, enumerator
Drfcomm.c859 case BT_RFCOMM_STATE_SECURITY_PENDING: in rfcomm_dlc_close()
922 dlc->state = BT_RFCOMM_STATE_SECURITY_PENDING; in rfcomm_handle_sabm()
1020 dlc->state = BT_RFCOMM_STATE_SECURITY_PENDING; in rfcomm_dlc_start()
1585 if (dlc->state != BT_RFCOMM_STATE_SECURITY_PENDING) { in rfcomm_encrypt_change()