OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_CONFIG_REQ_LEN
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
l2cdefs.h
52
#define
L2CAP_CONFIG_REQ_LEN
4 /* Dest CID, flags (data is optional) */
/external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c
554
l2cu_send_peer_config_rej (p_ccb, p_cfg_start, (UINT16) (cmd_len -
L2CAP_CONFIG_REQ_LEN
), cfg_rej_len);
[
all
...]
l2c_utils.c
542
if ((p_buf = l2cu_build_header (p_ccb->p_lcb, (UINT16) (
L2CAP_CONFIG_REQ_LEN
+ cfg_len),
[
all
...]
Completed in 31 milliseconds