Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.cc745 uint16_t info_type; in process_l2cap_cmd() local
747 STREAM_TO_UINT16(info_type, p); in process_l2cap_cmd()
748 l2cu_send_peer_info_rsp(p_lcb, id, info_type); in process_l2cap_cmd()
759 uint16_t info_type, result; in process_l2cap_cmd() local
761 STREAM_TO_UINT16(info_type, p); in process_l2cap_cmd()
764 p_lcb->info_rx_bits |= (1 << info_type); in process_l2cap_cmd()
766 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in process_l2cap_cmd()
782 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) { in process_l2cap_cmd()
Dl2c_utils.cc1022 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req() argument
1036 L2CAP_TRACE_EVENT("l2cu_send_peer_info_req: type 0x%04x", info_type); in l2cu_send_peer_info_req()
1041 UINT16_TO_STREAM(p, info_type); in l2cu_send_peer_info_req()
1061 uint16_t info_type) { in l2cu_send_peer_info_rsp() argument
1067 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in l2cu_send_peer_info_rsp()
1074 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in l2cu_send_peer_info_rsp()
1082 } else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) { in l2cu_send_peer_info_rsp()
1084 } else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) { in l2cu_send_peer_info_rsp()
1097 UINT16_TO_STREAM(p, info_type); in l2cu_send_peer_info_rsp()
1100 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) && in l2cu_send_peer_info_rsp()
[all …]
Dl2c_int.h633 uint16_t info_type);
636 extern void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
/system/bt/stack/include/
Dl2c_api.h1000 uint8_t info_type);