Searched defs:iso_impl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 94 struct iso_impl { struct 95 iso_impl() { in iso_impl() function 102 ~iso_impl() { log::info("{} removed.", std::format_ptr(this)); } in ~iso_impl() argument 104 void handle_register_cis_callbacks(CigCallbacks* callbacks) { in handle_register_cis_callbacks() 109 void handle_register_big_callbacks(BigCallbacks* callbacks) { in handle_register_big_callbacks() 114 void handle_register_on_iso_traffic_active_callback(void callback(bool)) { in handle_register_on_iso_traffic_active_callback() 120 void on_set_cig_params(uint8_t cig_id, uint32_t sdu_itv_mtos, uint8_t* stream, uint16_t len) { in on_set_cig_params() 187 base::BindOnce(&iso_impl::on_set_cig_params, weak_factory_.GetWeakPtr(), cig_id, in create_cig() argument 202 base::BindOnce(&iso_impl::on_set_cig_params, weak_factory_.GetWeakPtr(), cig_id, in reconfigure_cig() argument 206 void on_remove_cig(uint8_t* stream, uint16_t len) { in on_remove_cig() [all …]
|