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/ |
D | l2cdefs.h | 130 #define L2CAP_CMD_REJ_NOT_UNDERSTOOD 0 macro
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 703 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()
|
D | l2c_main.c | 426 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()
|