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
/external/bluetooth/bluedroid/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
585
l2cu_send_peer_config_rej
(p_ccb, p_cfg_start, (UINT16) (cmd_len - L2CAP_CONFIG_REQ_LEN), cfg_rej_len);
[
all
...]
l2c_utils.c
773
** 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);
[
all
...]
Completed in 36 milliseconds