Searched refs:l2cu_send_peer_cmd_reject (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_main.cc | 298 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, id, 0, 0); in process_l2cap_cmd() 622 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_INVALID_CID, id, 0, 0); in process_l2cap_cmd() 850 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, in process_l2cap_cmd()
|
H A D | l2c_ble.cc | 455 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd() 497 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, in l2cble_process_sig_cmd() 1051 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_NOT_UNDERSTOOD, id, 0, 0); in l2cble_process_sig_cmd()
|
H A D | l2c_int.h | 694 extern void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason,
|
H A D | l2c_utils.cc | 277 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, signal_id, in l2c_is_cmd_rejected() 357 void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason, uint8_t rem_id, in l2cu_send_peer_cmd_reject() function
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_utils.cc | 225 void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason, uint8_t rem_id, in l2cu_send_peer_cmd_reject() function
|