OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_CMD_REJ_NOT_UNDERSTOOD
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
534
l2cu_send_peer_cmd_reject (p_lcb,
L2CAP_CMD_REJ_NOT_UNDERSTOOD
, id, 0, 0);
568
l2cu_send_peer_cmd_reject (p_lcb,
L2CAP_CMD_REJ_NOT_UNDERSTOOD
, id, 0, 0);
577
l2cu_send_peer_cmd_reject (p_lcb,
L2CAP_CMD_REJ_NOT_UNDERSTOOD
, id, 0, 0);
l2c_main.c
387
else if (rej_reason ==
L2CAP_CMD_REJ_NOT_UNDERSTOOD
&& p_lcb->w4_info_rsp)
766
l2cu_send_peer_cmd_reject (p_lcb,
L2CAP_CMD_REJ_NOT_UNDERSTOOD
, id, 0, 0);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
l2cdefs.h
120
#define
L2CAP_CMD_REJ_NOT_UNDERSTOOD
0
Completed in 25 milliseconds