Home
last modified time | relevance | path

Searched refs:tL2CAP_APPL_INFO (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.h76 std::function<uint16_t(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
80 body{[](uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
83 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator()
97 std::function<uint16_t(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
101 body{[](uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
104 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator()
167 std::function<uint16_t(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
169 body{[](uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
171 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator()
Dmock_main_shim_l2cap_api.h106 std::function<uint16_t(uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks,
110 body{[](uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks,
113 uint16_t operator()(uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, in operator()
510 std::function<uint16_t(uint16_t psm, const tL2CAP_APPL_INFO& callbacks,
512 body{[](uint16_t psm, const tL2CAP_APPL_INFO& callbacks,
514 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& callbacks, in operator()
Dmock_stack_l2cap_api.cc98 uint16_t L2CA_Register2(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register2()
107 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register()
138 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_RegisterLECoc()
Dmock_main_shim_l2cap_api.cc113 uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, bool enable_snoop, in L2CA_Register()
300 const tL2CAP_APPL_INFO& callbacks, in L2CA_RegisterLECoc()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.h31 virtual uint16_t Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
43 …virtual uint16_t RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO &cb_info, uint16_t sec_level) …
62 uint16_t(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
75 uint16_t(uint16_t psm, const tL2CAP_APPL_INFO &cb_info, uint16_t sec_level));
Dmock_l2cap_layer.cc35 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register()
72 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& cb_info, in L2CA_RegisterLECoc()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h345 } tL2CAP_APPL_INFO; typedef
365 uint16_t L2CA_Register2(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
384 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
455 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
/packages/modules/Bluetooth/system/stack/test/hid/
Dstack_hid_test.cc60 tL2CAP_APPL_INFO l2cap_callbacks; in TEST_F()
63 [&l2cap_callbacks](uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h46 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
115 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info,
Dl2c_api.cc91 ClassicDynamicChannelHelper(uint16_t psm, tL2CAP_APPL_INFO appl_info, in ClassicDynamicChannelHelper()
97 tL2CAP_APPL_INFO appl_info_;
716 uint16_t L2CA_Register(uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, in L2CA_Register()
1282 LeDynamicChannelHelper(uint16_t psm, tL2CAP_APPL_INFO appl_info, in LeDynamicChannelHelper()
1288 tL2CAP_APPL_INFO appl_info_;
1503 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& callbacks, in L2CA_RegisterLECoc()
/packages/modules/Bluetooth/system/stack/avct/
Davct_int.h212 extern const tL2CAP_APPL_INFO avct_l2c_appl;
213 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
Davct_l2c_br.cc52 const tL2CAP_APPL_INFO avct_l2c_br_appl = {avct_l2c_br_connect_ind_cback,
Davct_l2c.cc50 const tL2CAP_APPL_INFO avct_l2c_appl = {
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_int.h154 tL2CAP_APPL_INFO reg_info;
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.cc120 tL2CAP_APPL_INFO reg_info_;
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc66 uint16_t L2CA_Register2(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register2()
113 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register()
417 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_RegisterLECoc()
Dl2c_int.h263 tL2CAP_APPL_INFO api;
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_l2c.cc53 const tL2CAP_APPL_INFO avdt_l2c_appl = {avdt_l2c_connect_ind_cback,
/packages/modules/Bluetooth/system/stack/sdp/
Dsdpint.h246 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc64 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
Drfc_int.h160 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc53 [](uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, bool enable_snoop, in SetUp()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc53 static const tL2CAP_APPL_INFO dev_reg_info = {hidd_l2cif_connect_ind,
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc78 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc267 tL2CAP_APPL_INFO l2cap_app_info_;

12