Home
last modified time | relevance | path

Searched refs:num_of_channels (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc269 uint8_t num_of_channels; in l2cble_process_sig_cmd() local
385 num_of_channels = (p_pkt_end - p) / sizeof(uint16_t); in l2cble_process_sig_cmd()
386 if (num_of_channels > L2CAP_CREDIT_BASED_MAX_CIDS) { in l2cble_process_sig_cmd()
387 log::warn("L2CAP - invalid number of channels requested: {}", num_of_channels); in l2cble_process_sig_cmd()
397 mtu, mps, initial_credit, num_of_channels); in l2cble_process_sig_cmd()
403 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd()
413 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd()
418 p_lcb->pending_ecoc_conn_cnt = num_of_channels; in l2cble_process_sig_cmd()
422 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd()
432 p_lcb, id, num_of_channels, in l2cble_process_sig_cmd()
[all …]
Dl2c_int.h741 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, uint8_t num_of_channels,
Dl2c_utils.cc3154 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, uint8_t num_of_channels, in l2cu_reject_credit_based_conn_req() argument
3158 uint8_t rsp_len = L2CAP_CMD_CREDIT_BASED_CONN_RES_MIN_LEN + sizeof(uint16_t) * num_of_channels; in l2cu_reject_credit_based_conn_req()
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h547 void connect_eatt(eatt_device* eatt_dev, uint8_t num_of_channels = L2CAP_CREDIT_BASED_MAX_CIDS) {
558 .number_of_channels = num_of_channels,
561 log::info("Connecting device {}, cnt count {}", eatt_dev->bda_, num_of_channels);
814 uint8_t num_of_channels = eatt_dev->eatt_channels.size(); in reconfigure_all() local
815 if (num_of_channels == 0) { in reconfigure_all()
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc2087 auto old_sink_channels = stream_conf.stream_params.sink.num_of_channels; in RemoveCisFromStreamIfNeeded()
2088 auto old_source_channels = stream_conf.stream_params.source.num_of_channels; in RemoveCisFromStreamIfNeeded()
2102 params.num_of_channels -= in RemoveCisFromStreamIfNeeded()
2116 stream_conf.stream_params.sink.num_of_channels, in RemoveCisFromStreamIfNeeded()
2118 stream_conf.stream_params.source.num_of_channels); in RemoveCisFromStreamIfNeeded()
2123 if (stream_conf.stream_params.sink.num_of_channels == 0) { in RemoveCisFromStreamIfNeeded()
2125 } else if (old_sink_channels > stream_conf.stream_params.sink.num_of_channels) { in RemoveCisFromStreamIfNeeded()
2134 if (stream_conf.stream_params.source.num_of_channels == 0) { in RemoveCisFromStreamIfNeeded()
2136 } else if (old_source_channels > stream_conf.stream_params.source.num_of_channels) { in RemoveCisFromStreamIfNeeded()
Dcodec_manager_test.cc449 .num_of_channels = 1, in TEST_F()
467 .num_of_channels = 1, in TEST_F()
580 .num_of_channels = 1, in TEST_F()
596 .num_of_channels = 1, in TEST_F()
1412 .num_of_channels = 2, in TEST_F()
1428 .num_of_channels = 1, in TEST_F()
Dle_audio_types.h1356 uint8_t num_of_channels; member
1360 num_of_channels = 0; in clear()
Dle_audio_client_test.cc990 stream_conf->stream_params.source.num_of_channels += in SetUpMockGroups()
1000 stream_conf->stream_params.source.num_of_channels); in SetUpMockGroups()
1016 stream_conf->stream_params.sink.num_of_channels += in SetUpMockGroups()
1026 stream_conf->stream_params.sink.num_of_channels); in SetUpMockGroups()
1148 stream_conf->stream_params.source.num_of_channels += in SetUpMockGroups()
1205 stream_conf->stream_params.source.num_of_channels); in SetUpMockGroups()
1221 stream_conf->stream_params.sink.num_of_channels += in SetUpMockGroups()
1278 stream_conf->stream_params.sink.num_of_channels); in SetUpMockGroups()
1402 stream_conf->stream_params.sink.num_of_channels -= in SetUpMockGroups()
1409 stream_conf->stream_params.sink.num_of_channels); in SetUpMockGroups()
[all …]
Dstate_machine.cc1444 params.num_of_channels += ase->codec_config.channel_count_per_iso_stream; in AddCisToStreamConfiguration()
1508 params.num_of_channels); in AddCisToStreamConfiguration()
Dstate_machine_test.cc5284 ASSERT_NE(params.num_of_channels, 0u); in TEST_F()
5348 ASSERT_NE(params.num_of_channels, 0u); in TEST_F()
5381 ASSERT_NE(params.num_of_channels, 0u); in TEST_F()
9280 ASSERT_EQ(group->stream_conf.stream_params.sink.num_of_channels, 2); in TEST_F()
9289 ASSERT_EQ(group->stream_conf.stream_params.sink.num_of_channels, 0); in TEST_F()
Dclient.cc3847 uint16_t num_channels = stream_params.num_of_channels; in PrepareAndSendToSingleCis()
/packages/modules/Bluetooth/system/stack/mmc/proto/
Dmmc_config.proto70 int32 num_of_channels = 2; field