Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h636 extern void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
Dl2c_main.cc773 l2cu_send_peer_info_req(p_lcb, L2CAP_FIXED_CHANNELS_INFO_TYPE); in process_l2cap_cmd()
Dl2c_link.cc190 l2cu_send_peer_info_req(p_lcb, L2CAP_EXTENDED_FEATURES_INFO_TYPE); in l2c_link_hci_conn_comp()
Dl2c_utils.cc1022 void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type) { in l2cu_send_peer_info_req() function