Home
last modified time | relevance | path

Searched refs:cig_create_params (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_iso.cc18 struct iso_manager::cig_create_params cig_params) {} in CreateCig()
20 uint8_t cig_id, struct iso_manager::cig_create_params cig_params) {} in ReconfigureCig()
/aosp12/system/bt/stack/include/
H A Dbtm_iso_api.h91 struct iso_manager::cig_create_params cig_params);
100 struct iso_manager::cig_create_params cig_params);
H A Dbtm_iso_api_types.h53 struct cig_create_params { struct
/aosp12/system/bt/stack/test/common/
H A Dmock_hcic_layer.h34 struct bluetooth::hci::iso_manager::cig_create_params cig_params,
75 struct bluetooth::hci::iso_manager::cig_create_params cig_params,
H A Dmock_hcic_layer.cc31 struct bluetooth::hci::iso_manager::cig_create_params cig_params = { in btsnd_hcic_set_cig_params()
/aosp12/system/bt/stack/btm/
H A Dbtm_iso.cc61 struct iso_manager::cig_create_params cig_params) { in CreateCig()
66 uint8_t cig_id, struct iso_manager::cig_create_params cig_params) { in ReconfigureCig()
H A Dbtm_iso_impl.h131 struct iso_manager::cig_create_params cig_params) { in create_cig()
144 struct iso_manager::cig_create_params cig_params) { in reconfigure_cig()
/aosp12/system/bt/stack/test/
H A Dbtm_iso_test.cc292 static const bluetooth::hci::iso_manager::cig_create_params kDefaultCigParams;
293 static const bluetooth::hci::iso_manager::cig_create_params
365 const bluetooth::hci::iso_manager::cig_create_params
399 const bluetooth::hci::iso_manager::cig_create_params
459 const struct bluetooth::hci::iso_manager::cig_create_params& x, in operator ==()
460 const struct bluetooth::hci::iso_manager::cig_create_params& y) { in operator ==()