OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cu_send_peer_config_rej
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/l2cap/
l2c_int.h
614
extern void
l2cu_send_peer_config_rej
(tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len);
[
all
...]
l2c_main.c
534
l2cu_send_peer_config_rej
(p_ccb, p_cfg_start, (UINT16) (cmd_len - L2CAP_CONFIG_REQ_LEN), cfg_rej_len);
[
all
...]
l2c_utils.c
788
** Function
l2cu_send_peer_config_rej
796
void
l2cu_send_peer_config_rej
(tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len)
function
802
L2CAP_TRACE_DEBUG("
l2cu_send_peer_config_rej
: data_len=%d, rej_len=%d", data_len, rej_len);
[
all
...]
Completed in 92 milliseconds