Home
last modified time | relevance | path

Searched refs:L2CAP_CMD_REJ_NOT_UNDERSTOOD (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cdefs.h130 #define L2CAP_CMD_REJ_NOT_UNDERSTOOD 0 macro
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c703 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd()
744 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd()
762 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd()
Dl2c_main.c426 else if (rej_reason == L2CAP_CMD_REJ_NOT_UNDERSTOOD && p_lcb->w4_info_rsp) { in process_l2cap_cmd()
766 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in process_l2cap_cmd()