Home
last modified time | relevance | path

Searched refs:tL2CAP_CFG_INFO (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc107 uint8_t l2cu_process_peer_cfg_req(tL2C_CCB* /* p_ccb */, tL2CAP_CFG_INFO* /* p_cfg */) { in l2cu_process_peer_cfg_req() argument
125 void l2cu_process_our_cfg_req(tL2C_CCB* /* p_ccb */, tL2CAP_CFG_INFO* /* p_cfg */) { in l2cu_process_our_cfg_req() argument
128 void l2cu_process_our_cfg_rsp(tL2C_CCB* /* p_ccb */, tL2CAP_CFG_INFO* /* p_cfg */) { in l2cu_process_our_cfg_rsp() argument
131 void l2cu_process_peer_cfg_rsp(tL2C_CCB* /* p_ccb */, tL2CAP_CFG_INFO* /* p_cfg */) { in l2cu_process_peer_cfg_rsp() argument
193 void l2cu_send_peer_config_req(tL2C_CCB* /* p_ccb */, tL2CAP_CFG_INFO* /* p_cfg */) { in l2cu_send_peer_config_req() argument
196 void l2cu_send_peer_config_rsp(tL2C_CCB* /* p_ccb */, tL2CAP_CFG_INFO* /* p_cfg */) { in l2cu_send_peer_config_rsp() argument
Dmock_stack_gap_conn_interface.h36 tL2CAP_CFG_INFO* p_cfg, tL2CAP_ERTM_INFO* ertm_info,
49 const RawAddress* p_rem_bda, uint16_t psm, uint16_t le_mps, tL2CAP_CFG_INFO* p_cfg,
Dmock_bta_jv_api.cc124 std::unique_ptr<tL2CAP_CFG_INFO> /* cfg */, in BTA_JvL2capConnect() argument
132 std::unique_ptr<tL2CAP_CFG_INFO> /* cfg */, in BTA_JvL2capStartServer() argument
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h306 tL2CAP_CFG_INFO our_cfg; /* Our saved configuration options */
307 tL2CAP_CFG_INFO peer_cfg; /* Peer's saved configuration options */
719 void l2cu_send_peer_config_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
720 void l2cu_send_peer_config_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
776 uint8_t l2cu_process_peer_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
777 void l2cu_process_peer_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
778 void l2cu_process_our_cfg_req(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
779 void l2cu_process_our_cfg_rsp(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
832 void l2c_fcr_adj_our_rsp_options(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_peer_cfg);
833 bool l2c_fcr_renegotiate_chan(tL2C_CCB* p_ccb, tL2CAP_CFG_INFO* p_cfg);
[all …]
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.h40 virtual bool ConfigRequest(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) = 0;
41 virtual bool ConfigResponse(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) = 0;
67 MOCK_METHOD2(ConfigRequest, bool(uint16_t cid, tL2CAP_CFG_INFO* p_cfg));
68 MOCK_METHOD2(ConfigResponse, bool(uint16_t cid, tL2CAP_CFG_INFO* p_cfg));
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc48 static void RFCOMM_ConfigInd(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg);
49 static void RFCOMM_ConfigCnf(uint16_t lcid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
181 void RFCOMM_ConfigInd(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg) { in RFCOMM_ConfigInd()
193 tL2CAP_CFG_INFO l2cap_cfg_info(*p_cfg); in RFCOMM_ConfigInd()
214 void RFCOMM_ConfigCnf(uint16_t lcid, uint16_t /* initiator */, tL2CAP_CFG_INFO* p_cfg) { in RFCOMM_ConfigCnf()
Drfc_mx_fsm.cc54 static void rfc_mx_conf_ind(tRFC_MCB* p_mcb, tL2CAP_CFG_INFO* p_cfg);
193 rfc_mx_conf_ind(p_mcb, (tL2CAP_CFG_INFO*)p_data); in rfc_mx_sm_state_wait_conn_cnf()
275 rfc_mx_conf_ind(p_mcb, (tL2CAP_CFG_INFO*)p_data); in rfc_mx_sm_state_configure()
660 static void rfc_mx_conf_ind(tRFC_MCB* p_mcb, tL2CAP_CFG_INFO* p_cfg) { in rfc_mx_conf_ind()
/packages/modules/Bluetooth/system/stack/avct/
Davct_l2c_br.cc48 static void avct_l2c_br_config_cfm_cback(uint16_t lcid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
49 static void avct_l2c_br_config_ind_cback(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg);
231 void avct_l2c_br_config_cfm_cback(uint16_t lcid, uint16_t initiator, tL2CAP_CFG_INFO* p_cfg) { in avct_l2c_br_config_cfm_cback()
258 void avct_l2c_br_config_ind_cback(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg) { in avct_l2c_br_config_ind_cback()
Davct_l2c.cc46 static void avct_l2c_config_cfm_cback(uint16_t lcid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
47 static void avct_l2c_config_ind_cback(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg);
254 void avct_l2c_config_cfm_cback(uint16_t lcid, uint16_t is_initiator_local, tL2CAP_CFG_INFO* p_cfg) { in avct_l2c_config_cfm_cback()
289 void avct_l2c_config_ind_cback(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg) { in avct_l2c_config_ind_cback()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_l2c.cc49 void avdt_l2c_config_cfm_cback(uint16_t lcid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
50 void avdt_l2c_config_ind_cback(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg);
255 void avdt_l2c_config_cfm_cback(uint16_t lcid, uint16_t initiator, tL2CAP_CFG_INFO* p_cfg) { in avdt_l2c_config_cfm_cback()
289 void avdt_l2c_config_ind_cback(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg) { in avdt_l2c_config_ind_cback()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_int.h56 tL2CAP_CFG_INFO l2cap_cfg;
57 tL2CAP_CFG_INFO l2cap_intr_cfg;
Dhidd_conn.cc55 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
56 static void hidd_l2cif_config_cfm(uint16_t cid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
253 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in hidd_l2cif_config_ind()
279 static void hidd_l2cif_config_cfm(uint16_t cid, uint16_t /* initiator */, tL2CAP_CFG_INFO* p_cfg) { in hidd_l2cif_config_cfm()
568 memset(&hd_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
572 memset(&hd_cb.l2cap_intr_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidd_conn_reg()
Dhidh_conn.cc71 static void hidh_l2cif_config_ind(uint16_t l2cap_cid, tL2CAP_CFG_INFO* p_cfg);
72 static void hidh_l2cif_config_cfm(uint16_t l2cap_cid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
112 memset(&hh_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in hidh_conn_reg()
383 static void hidh_l2cif_config_ind(uint16_t l2cap_cid, tL2CAP_CFG_INFO* p_cfg) { in hidh_l2cif_config_ind()
419 tL2CAP_CFG_INFO* p_cfg) { in hidh_l2cif_config_cfm()
Dhidh_int.h55 tL2CAP_CFG_INFO l2cap_cfg;
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsdp_fuzzer.cc48 .pL2CA_ConfigInd_Cb = [](uint16_t lcid, tL2CAP_CFG_INFO* p_cfg) {}, // tL2CA_CONFIG_IND_CB in __anon821cc9d10402()
50 tL2CAP_CFG_INFO* p_cfg) {}, // tL2CA_CONFIG_CFM_CB in __anon821cc9d10502()
164 tL2CAP_CFG_INFO cfg = {}; in FuzzAsServer()
212 tL2CAP_CFG_INFO cfg = {}; in FuzzAsClient()
Drfcomm_fuzzer.cc143 tL2CAP_CFG_INFO cfg = {}; in FuzzAsServer()
190 tL2CAP_CFG_INFO cfg = {}; in FuzzAsClient()
Dl2cap_fuzzer.cc190 .pL2CA_ConfigInd_Cb = [](uint16_t, tL2CAP_CFG_INFO*) {}, in Fuzz()
191 .pL2CA_ConfigCfm_Cb = [](uint16_t, uint16_t, tL2CAP_CFG_INFO*) {}, in Fuzz()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc75 tL2CAP_CFG_INFO cfg; /* Configuration */
97 static void gap_config_ind(uint16_t l2cap_cid, tL2CAP_CFG_INFO* p_cfg);
98 static void gap_config_cfm(uint16_t l2cap_cid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
171 tL2CAP_CFG_INFO* p_cfg, tL2CAP_ERTM_INFO* ertm_info, uint16_t security, in GAP_ConnOpen()
865 static void gap_config_ind(uint16_t l2cap_cid, tL2CAP_CFG_INFO* p_cfg) { in gap_config_ind()
902 static void gap_config_cfm(uint16_t l2cap_cid, uint16_t /* initiator */, tL2CAP_CFG_INFO* p_cfg) { in gap_config_cfm()
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc58 static void PrintTo(tL2CAP_CFG_INFO* value, ::std::ostream* os) { in PrintTo()
59 *os << DumpByteBufferToString((uint8_t*)value, sizeof(tL2CAP_CFG_INFO)); in PrintTo()
149 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in ConnectServerL2cap()
274 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TestConnectClientPortL2cap()
678 tL2CAP_CFG_INFO our_cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TEST_F()
685 tL2CAP_CFG_INFO peer_cfg_req = {.mtu_present = true, .mtu = test_mtu}; in TEST_F()
687 tL2CAP_CFG_INFO our_cfg_rsp = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_OK, in TEST_F()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_int.h157 std::unique_ptr<tL2CAP_CFG_INFO> cfg,
162 uint16_t rx_mtu, std::unique_ptr<tL2CAP_CFG_INFO> cfg_param,
/packages/modules/Bluetooth/system/stack/l2cap/internal/
Dl2c_api.h126 typedef void(tL2CA_CONFIG_IND_CB)(uint16_t, tL2CAP_CFG_INFO*);
136 typedef void(tL2CA_CONFIG_CFM_CB)(uint16_t, uint16_t, tL2CAP_CFG_INFO*);
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc64 static void bnep_config_cfm(uint16_t l2cap_cid, uint16_t result, tL2CAP_CFG_INFO* p_cfg);
80 memset(&bnep_cb.l2cap_my_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in bnep_register_with_l2cap()
205 tL2CAP_CFG_INFO* /* p_cfg */) { in bnep_config_cfm() argument
/packages/modules/Bluetooth/system/stack/include/
Dl2cap_interface.h61 typedef void(tL2CA_CONFIG_IND_CB)(uint16_t, tL2CAP_CFG_INFO*);
69 typedef void(tL2CA_CONFIG_CFM_CB)(uint16_t, uint16_t, tL2CAP_CFG_INFO*);
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc124 static void sdp_config_ind(uint16_t l2cap_cid, tL2CAP_CFG_INFO* p_cfg) { in sdp_config_ind()
158 static void sdp_config_cfm(uint16_t l2cap_cid, uint16_t /* initiator */, tL2CAP_CFG_INFO* p_cfg) { in sdp_config_cfm()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc119 tL2CAP_CFG_INFO cfg; in TEST_F()
169 tL2CAP_CFG_INFO cfg; in TEST_F()
214 tL2CAP_CFG_INFO cfg; in TEST_F()

12