Searched refs:peer_opt (Results 1 – 3 of 3) sorted by relevance
654 } else if ((llcp_cb.lcb.peer_opt == LLCP_LSC_UNKNOWN) || in LLCP_SendUI()655 (llcp_cb.lcb.peer_opt & LLCP_LSC_1)) { in LLCP_SendUI()849 if ((llcp_cb.lcb.peer_opt != LLCP_LSC_UNKNOWN) && in LLCP_ConnectReq()850 ((llcp_cb.lcb.peer_opt & LLCP_LSC_2) == 0)) { in LLCP_ConnectReq()1396 ? llcp_cb.lcb.peer_opt & (LLCP_LSC_1 | LLCP_LSC_2) in LLCP_GetRemoteLSC()1400 return (llcp_cb.lcb.peer_opt & (LLCP_LSC_1 | LLCP_LSC_2)); in LLCP_GetRemoteLSC()
117 BE_STREAM_TO_UINT8(llcp_cb.lcb.peer_opt, p); in llcp_util_parse_link_params()119 << StringPrintf("Peer OPT - 0x%02X", llcp_cb.lcb.peer_opt); in llcp_util_parse_link_params()
75 uint8_t peer_opt; /* Option field of peer device */ member