Searched refs:L2CAP_CMD_REJ_NOT_UNDERSTOOD (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/include/ |
D | l2cdefs.h | 120 #define L2CAP_CMD_REJ_NOT_UNDERSTOOD 0 macro
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 611 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd() 646 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd() 655 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd()
|
D | l2c_main.c | 418 else if (rej_reason == L2CAP_CMD_REJ_NOT_UNDERSTOOD && p_lcb->w4_info_rsp) in process_l2cap_cmd() 797 l2cu_send_peer_cmd_reject (p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in process_l2cap_cmd()
|