Searched refs:info_type (Results 1 - 5 of 5) sorted by last modified time

/system/bt/stack/include/
H A Dl2c_api.h957 * info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
965 uint8_t info_type);
/system/bt/stack/l2cap/
H A Dl2c_int.h636 uint16_t info_type);
639 extern void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
H A Dl2c_main.cc256 uint16_t rej_reason, rej_mtu, lcid, rcid, info_type; local
744 STREAM_TO_UINT16(info_type, p);
745 l2cu_send_peer_info_rsp(p_lcb, id, info_type);
759 STREAM_TO_UINT16(info_type, p);
762 p_lcb->info_rx_bits |= (1 << info_type);
764 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) &&
783 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) {
792 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) {
H A Dl2c_ucd.cc52 static void l2c_ucd_discover_cback(const RawAddress& rem_bda, uint8_t info_type, argument
62 if ((info_type == L2CAP_UCD_INFO_TYPE_RECEPTION) &&
64 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb(rem_bda, info_type, data);
69 if ((info_type == L2CAP_UCD_INFO_TYPE_MTU) &&
71 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb(rem_bda, info_type, data);
303 * info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
311 uint8_t info_type) {
319 (rem_bda[4] << 8) + rem_bda[5], info_type);
342 if (info_type & L2CAP_UCD_INFO_TYPE_RECEPTION)
345 if (info_type
310 L2CA_UcdDiscover(uint16_t psm, const RawAddress& rem_bda, uint8_t info_type) argument
[all...]
H A Dl2c_utils.cc1033 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { argument
1047 L2CAP_TRACE_EVENT("l2cu_send_peer_info_req: type 0x%04x", info_type);
1052 UINT16_TO_STREAM(p, info_type);
1072 uint16_t info_type) {
1078 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) &&
1085 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) &&
1093 } else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) {
1095 } else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) {
1108 UINT16_TO_STREAM(p, info_type);
1111 if ((info_type
1071 l2cu_send_peer_info_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, uint16_t info_type) argument
[all...]

Completed in 157 milliseconds