/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_utils.cc | 107 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
|
D | mock_stack_gap_conn_interface.h | 36 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,
|
D | mock_bta_jv_api.cc | 124 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/ |
D | l2c_int.h | 306 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/ |
D | mock_l2cap_layer.h | 40 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/ |
D | rfc_l2cap_if.cc | 48 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()
|
D | rfc_mx_fsm.cc | 54 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/ |
D | avct_l2c_br.cc | 48 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()
|
D | avct_l2c.cc | 46 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/ |
D | avdt_l2c.cc | 49 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/ |
D | hidd_int.h | 56 tL2CAP_CFG_INFO l2cap_cfg; 57 tL2CAP_CFG_INFO l2cap_intr_cfg;
|
D | hidd_conn.cc | 55 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()
|
D | hidh_conn.cc | 71 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()
|
D | hidh_int.h | 55 tL2CAP_CFG_INFO l2cap_cfg;
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | sdp_fuzzer.cc | 48 .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()
|
D | rfcomm_fuzzer.cc | 143 tL2CAP_CFG_INFO cfg = {}; in FuzzAsServer() 190 tL2CAP_CFG_INFO cfg = {}; in FuzzAsClient()
|
D | l2cap_fuzzer.cc | 190 .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/ |
D | gap_conn.cc | 75 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/ |
D | stack_rfcomm_test.cc | 58 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/ |
D | bta_jv_int.h | 157 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/ |
D | l2c_api.h | 126 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/ |
D | bnep_main.cc | 64 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/ |
D | l2cap_interface.h | 61 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/ |
D | sdp_main.cc | 124 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/ |
D | stack_sdp_test.cc | 119 tL2CAP_CFG_INFO cfg; in TEST_F() 169 tL2CAP_CFG_INFO cfg; in TEST_F() 214 tL2CAP_CFG_INFO cfg; in TEST_F()
|