Searched refs:l2cu_send_peer_config_rej (Results 1 - 3 of 3) sorted by last modified time

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h614 extern void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len);
H A Dl2c_main.c582 l2cu_send_peer_config_rej (p_ccb, p_cfg_start, (UINT16) (cmd_len - L2CAP_CONFIG_REQ_LEN), cfg_rej_len);
H A Dl2c_utils.c773 ** Function l2cu_send_peer_config_rej
781 void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len) function
788 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", data_len, rej_len);

Completed in 101 milliseconds