Searched refs:num_of_channels (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 269 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 …]
|
D | l2c_int.h | 741 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, uint8_t num_of_channels,
|
D | l2c_utils.cc | 3154 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/ |
D | eatt_impl.h | 547 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/ |
D | device_groups.cc | 2087 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()
|
D | codec_manager_test.cc | 449 .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()
|
D | le_audio_types.h | 1356 uint8_t num_of_channels; member 1360 num_of_channels = 0; in clear()
|
D | le_audio_client_test.cc | 990 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 …]
|
D | state_machine.cc | 1444 params.num_of_channels += ase->codec_config.channel_count_per_iso_stream; in AddCisToStreamConfiguration() 1508 params.num_of_channels); in AddCisToStreamConfiguration()
|
D | state_machine_test.cc | 5284 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()
|
D | client.cc | 3847 uint16_t num_channels = stream_params.num_of_channels; in PrepareAndSendToSingleCis()
|
/packages/modules/Bluetooth/system/stack/mmc/proto/ |
D | mmc_config.proto | 70 int32 num_of_channels = 2; field
|