Searched refs:LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_enc.c | 424 llcp_tx_resume_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in lp_enc_st_wait_rx_enc_rsp() 452 llcp_tx_resume_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in lp_enc_st_wait_rx_start_enc_req() 492 llcp_tx_resume_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in lp_enc_st_wait_rx_start_enc_rsp() 517 llcp_tx_pause_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in lp_enc_st_unencrypted() 532 llcp_tx_pause_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in lp_enc_state_encrypted() 875 llcp_tx_resume_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in rp_enc_send_reject_ind() 903 llcp_tx_resume_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in rp_enc_send_start_enc_rsp() 956 llcp_tx_pause_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in rp_enc_state_wait_rx_enc_req() 1140 llcp_tx_pause_data(conn, LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION); in rp_enc_state_wait_rx_pause_enc_req()
|
D | ull_llcp_internal.h | 46 LLCP_TX_QUEUE_PAUSE_DATA_ENCRYPTION = 0x01, enumerator
|