Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java106 this(cid.lac, cid.cid, cid.arfcn, in CellIdentityGsm()
108 cid.mcc, cid.mnc, "", "", new ArraySet<>()); in CellIdentityGsm()
113 this(cid.base.lac, cid.base.cid, cid.base.arfcn, in CellIdentityGsm()
114 cid.base.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE : cid.base.bsic, cid.base.mcc, in CellIdentityGsm()
115 cid.base.mnc, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityGsm()
121 this(cid.base.base.lac, cid.base.base.cid, cid.base.base.arfcn, in CellIdentityGsm()
123 : cid.base.base.bsic, cid.base.base.mcc, in CellIdentityGsm()
124 cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityGsm()
125 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityGsm()
129 this(cid.mLac, cid.mCid, cid.mArfcn, cid.mBsic, cid.mMccStr, in CellIdentityGsm()
[all …]
H A DCellIdentityTdscdma.java110 this(cid.mMccStr, cid.mMncStr, cid.mLac, cid.mCid, in CellIdentityTdscdma()
111 cid.mCpid, cid.mUarfcn, cid.mAlphaLong, in CellIdentityTdscdma()
112 cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityTdscdma()
117 this(cid.mcc, cid.mnc, cid.lac, cid.cid, cid.cpid, CellInfo.UNAVAILABLE, "", "", in CellIdentityTdscdma()
123 this(cid.base.mcc, cid.base.mnc, cid.base.lac, cid.base.cid, cid.base.cpid, in CellIdentityTdscdma()
124 cid.uarfcn, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityTdscdma()
130 this(cid.base.base.mcc, cid.base.base.mnc, cid.base.base.lac, cid.base.base.cid, in CellIdentityTdscdma()
131 cid.base.base.cpid, cid.base.uarfcn, cid.base.operatorNames.alphaLong, in CellIdentityTdscdma()
132 cid.base.operatorNames.alphaShort, in CellIdentityTdscdma()
133 cid.additionalPlmns, in CellIdentityTdscdma()
[all …]
H A DCellIdentityWcdma.java97 mCid = inRangeOrUnavailable(cid, 0, MAX_CID); in CellIdentityWcdma()
112 this(cid.lac, cid.cid, cid.psc, cid.uarfcn, cid.mcc, cid.mnc, "", "", in CellIdentityWcdma()
118 this(cid.base.lac, cid.base.cid, cid.base.psc, cid.base.uarfcn, in CellIdentityWcdma()
119 cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityWcdma()
125 this(cid.base.base.lac, cid.base.base.cid, cid.base.base.psc, cid.base.base.uarfcn, in CellIdentityWcdma()
126 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityWcdma()
127 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityWcdma()
128 cid.optionalCsgInfo.getDiscriminator() in CellIdentityWcdma()
135 this(cid.mLac, cid.mCid, cid.mPsc, cid.mUarfcn, cid.mMccStr, in CellIdentityWcdma()
136 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityWcdma()
[all …]
H A DCellIdentityLte.java141 this(cid.ci, cid.pci, cid.tac, cid.earfcn, new int[] {}, in CellIdentityLte()
142 CellInfo.UNAVAILABLE, cid.mcc, cid.mnc, "", "", new ArraySet<>(), null); in CellIdentityLte()
147 this(cid.base.ci, cid.base.pci, cid.base.tac, cid.base.earfcn, new int[] {}, in CellIdentityLte()
148 cid.bandwidth, cid.base.mcc, cid.base.mnc, cid.operatorNames.alphaLong, in CellIdentityLte()
154 this(cid.base.base.ci, cid.base.base.pci, cid.base.base.tac, cid.base.base.earfcn, in CellIdentityLte()
155 cid.bands.stream().mapToInt(Integer::intValue).toArray(), cid.base.bandwidth, in CellIdentityLte()
156 cid.base.base.mcc, cid.base.base.mnc, cid.base.operatorNames.alphaLong, in CellIdentityLte()
157 cid.base.operatorNames.alphaShort, cid.additionalPlmns, in CellIdentityLte()
165 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBands, cid.mBandwidth, cid.mMccStr, in CellIdentityLte()
166 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityLte()
[all …]
H A DCellIdentityCdma.java116 public CellIdentityCdma(@NonNull android.hardware.radio.V1_0.CellIdentityCdma cid) { in CellIdentityCdma() argument
117 this(cid.networkId, cid.systemId, cid.baseStationId, cid.longitude, cid.latitude, "", ""); in CellIdentityCdma()
121 public CellIdentityCdma(@NonNull android.hardware.radio.V1_2.CellIdentityCdma cid) { in CellIdentityCdma() argument
122 this(cid.base.networkId, cid.base.systemId, cid.base.baseStationId, cid.base.longitude, in CellIdentityCdma()
123 cid.base.latitude, cid.operatorNames.alphaLong, cid.operatorNames.alphaShort); in CellIdentityCdma()
126 private CellIdentityCdma(@NonNull CellIdentityCdma cid) { in CellIdentityCdma() argument
127 this(cid.mNetworkId, cid.mSystemId, cid.mBasestationId, cid.mLongitude, cid.mLatitude, in CellIdentityCdma()
128 cid.mAlphaLong, cid.mAlphaShort); in CellIdentityCdma()
H A DCellIdentityNr.java103 public CellIdentityNr(@NonNull android.hardware.radio.V1_4.CellIdentityNr cid) { in CellIdentityNr() argument
104 this(cid.pci, cid.tac, cid.nrarfcn, new int[] {}, cid.mcc, cid.mnc, cid.nci, in CellIdentityNr()
105 cid.operatorNames.alphaLong, cid.operatorNames.alphaShort, in CellIdentityNr()
110 public CellIdentityNr(@NonNull android.hardware.radio.V1_5.CellIdentityNr cid) { in CellIdentityNr() argument
111 this(cid.base.pci, cid.base.tac, cid.base.nrarfcn, in CellIdentityNr()
112 cid.bands.stream().mapToInt(Integer::intValue).toArray(), cid.base.mcc, in CellIdentityNr()
113 cid.base.mnc, cid.base.nci, cid.base.operatorNames.alphaLong, in CellIdentityNr()
114 cid.base.operatorNames.alphaShort, cid.additionalPlmns); in CellIdentityNr()
/aosp12/system/bt/gd/l2cap/internal/
H A Ddata_pipeline_manager.cc31 ASSERT(sender_map_.find(cid) == sender_map_.end()); in AttachChannel()
36 void DataPipelineManager::DetachChannel(Cid cid) { in DetachChannel() argument
37 ASSERT(sender_map_.find(cid) != sender_map_.end()); in DetachChannel()
38 sender_map_.erase(cid); in DetachChannel()
39 scheduler_->RemoveChannel(cid); in DetachChannel()
40 scheduler_->SetChannelTxPriority(cid, false); in DetachChannel()
44 if (sender_map_.find(cid) == sender_map_.end()) { in GetDataController()
50 void DataPipelineManager::OnPacketSent(Cid cid) { in OnPacketSent() argument
51 ASSERT(sender_map_.find(cid) != sender_map_.end()); in OnPacketSent()
52 sender_map_.find(cid)->second.OnPacketSent(); in OnPacketSent()
[all …]
H A Ddynamic_channel_allocator.cc35 Cid cid = kFirstDynamicChannel; in AllocateChannel() local
36 for (; cid <= kLastDynamicChannel; cid++) { in AllocateChannel()
39 if (cid > kLastDynamicChannel) { in AllocateChannel()
49 used_cid_.insert(cid); in AllocateChannel()
69 Cid cid = kFirstDynamicChannel; in ReserveChannel() local
70 for (; cid <= kLastDynamicChannel; cid++) { in ReserveChannel()
73 if (cid > kLastDynamicChannel) { in ReserveChannel()
77 used_cid_.insert(cid); in ReserveChannel()
78 return cid; in ReserveChannel()
82 used_cid_.erase(cid); in FreeChannel()
[all …]
H A Dfixed_channel_allocator.h53 …ASSERT_LOG(!IsChannelAllocated((cid)), "Cid 0x%x for link %s is already in use", cid, link_->ToStr… in AllocateChannel()
54 ASSERT_LOG(cid >= kFirstFixedChannel && cid <= kLastFixedChannel, "Cid %d out of bound", cid); in AllocateChannel()
55 …auto elem = channels_.try_emplace(cid, std::make_shared<FixedChannelImplType>(cid, link_, l2cap_ha… in AllocateChannel()
62 virtual void FreeChannel(Cid cid) { in FreeChannel() argument
63 …ASSERT_LOG(IsChannelAllocated(cid), "Channel is not in use: cid %d, link %s", cid, link_->ToString… in FreeChannel()
64 channels_.erase(cid); in FreeChannel()
67 virtual bool IsChannelAllocated(Cid cid) const { in IsChannelAllocated() argument
68 return channels_.find(cid) != channels_.end(); in IsChannelAllocated()
71 virtual std::shared_ptr<FixedChannelImplType> FindChannel(Cid cid) { in FindChannel() argument
72 …ASSERT_LOG(IsChannelAllocated(cid), "Channel is not in use: cid %d, link %s", cid, link_->ToString… in FindChannel()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DCellInfoUtil.java146 String mcc = getCellIdentityMcc(cid); in cellInfoToString()
147 String mnc = getCellIdentityMnc(cid); in cellInfoToString()
151 cid.getOperatorAlphaLong(), cid.getOperatorAlphaShort()); in cellInfoToString()
161 String mcc = getCellIdentityMcc(cid); in getCellIdentityMccMnc()
162 String mnc = getCellIdentityMnc(cid); in getCellIdentityMccMnc()
174 if (cid != null) { in getCellIdentityMcc()
175 if (cid instanceof CellIdentityGsm) { in getCellIdentityMcc()
183 } else if (cid instanceof CellIdentityNr) { in getCellIdentityMcc()
198 if (cid != null) { in getCellIdentityMnc()
199 if (cid instanceof CellIdentityGsm) { in getCellIdentityMnc()
[all …]
/aosp12/system/bt/stack/hid/
H A Dhidd_conn.cc155 p_hcon->ctrl_cid = cid; in hidd_l2cif_connect_ind()
163 p_hcon->intr_cid = cid; in hidd_l2cif_connect_ind()
191 if (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid) { in hidd_l2cif_connect_cfm()
235 if (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid) { in hidd_l2cif_config_ind()
264 if (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid) { in hidd_l2cif_config_cfm()
309 (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid)) { in hidd_l2cif_disconnect_ind()
339 L2CA_DisconnectReq(cid); in hidd_l2cif_disconnect()
347 (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid)) { in hidd_l2cif_disconnect()
394 (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid)) { in hidd_l2cif_cong_ind()
431 (p_hcon->ctrl_cid != cid && p_hcon->intr_cid != cid)) { in hidd_l2cif_data_ind()
[all …]
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dfixed_channel_service_manager_impl.cc29 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register() argument
31 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kClassicSignallingCid) { in Register()
36 } else if (IsServiceRegistered(cid)) { in Register()
42 service_map_.try_emplace(cid, in Register()
54 if (IsServiceRegistered(cid)) { in Unregister()
55 service_map_.erase(cid); in Unregister()
58 LOG_ERROR("service not registered cid:%d", cid); in Unregister()
67 ASSERT(IsServiceRegistered(cid)); in GetService()
68 return &service_map_.find(cid)->second; in GetService()
89 Cid cid = elem.first; in GetSupportedFixedChannelMask() local
[all …]
H A Dfixed_channel_service_manager_test.cc78 Cid cid = kSmpBrCid; in TEST_F() local
79 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
80 manager_->Register(cid, std::move(pending_registration)); in TEST_F()
81 EXPECT_TRUE(manager_->IsServiceRegistered(cid)); in TEST_F()
84 manager_->Unregister(cid, common::BindOnce([] {}), user_handler_); in TEST_F()
85 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
93 Cid cid = 0x1000; in TEST_F() local
94 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
95 manager_->Register(cid, std::move(pending_registration)); in TEST_F()
96 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
H A Ddynamic_channel_service_manager_test.cc84 Cid cid = kSmpBrCid; in TEST_F() local
85 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
86 manager_->Register(cid, std::move(pending_registration)); in TEST_F()
87 EXPECT_TRUE(manager_->IsServiceRegistered(cid)); in TEST_F()
90 manager_->Unregister(cid, user_handler_->BindOnce([] {})); in TEST_F()
91 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
99 Cid cid = 0x1000; in TEST_F() local
100 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
101 manager_->Register(cid, std::move(pending_registration)); in TEST_F()
102 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
/aosp12/system/bt/stack/gatt/
H A Dgatt_sr.cc56 if (cid == tcb.att_lcid) { in gatt_sr_enqueue_cmd()
66 p_cmd->cid = cid; in gatt_sr_enqueue_cmd()
117 if (cid == tcb.att_lcid) { in gatt_dequeue_sr_cmd()
726 attp_send_sr_msg(tcb, cid, p_msg); in gatts_process_primary_service_req()
780 attp_send_sr_msg(tcb, cid, p_msg); in gatts_process_find_info()
796 if (cid != L2CAP_ATT_CID) { in gatts_process_mtu_req()
826 attp_send_sr_msg(tcb, cid, p_buf); in gatts_process_mtu_req()
926 attp_send_sr_msg(tcb, cid, p_msg); in gatts_process_read_by_type_req()
1069 attp_send_sr_msg(tcb, cid, p_msg); in gatts_process_read_req()
1102 gatt_send_error_rsp(tcb, cid, gatt_cb.err_status, cid, gatt_cb.req_op_code, in gatts_process_attribute_req()
[all …]
H A Dgatt_utils.cc590 if (tcb.eatt && cid != L2CAP_ATT_CID) in gatt_stop_conf_timer()
820 gatt_dequeue_sr_cmd(tcb, cid); in gatt_send_error_rsp()
1069 if (cid == tcb.att_lcid) { in gatt_tcb_find_indicate_handle()
1274 if (cid == tcb.att_lcid) { in gatt_sr_reset_cback_cnt()
1304 if (cid == tcb.att_lcid) { in gatt_sr_get_cmd_by_cid()
1320 if (cid == tcb.att_lcid) { in gatt_sr_get_read_multi()
1345 if (cid == tcb.att_lcid) { in gatt_sr_update_cback_cnt()
1420 cmd.cid = p_clcb->cid; in gatt_cmd_enq()
1422 if (p_clcb->cid == tcb.att_lcid) { in gatt_cmd_enq()
1436 if (cid == tcb.att_lcid) { in gatt_cmd_dequeue()
[all …]
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dfixed_channel_service_manager_impl.cc29 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register() argument
31 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kLeSignallingCid) { in Register()
36 } else if (IsServiceRegistered(cid)) { in Register()
42 service_map_.try_emplace(cid, in Register()
54 if (IsServiceRegistered(cid)) { in Unregister()
55 service_map_.erase(cid); in Unregister()
58 LOG_ERROR("service not registered cid:%d", cid); in Unregister()
62 bool FixedChannelServiceManagerImpl::IsServiceRegistered(Cid cid) const { in IsServiceRegistered()
63 return service_map_.find(cid) != service_map_.end(); in IsServiceRegistered()
67 ASSERT(IsServiceRegistered(cid)); in GetService()
[all …]
H A Dfixed_channel_service_manager_test.cc78 Cid cid = kSmpBrCid; in TEST_F() local
79 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
80 manager_->Register(cid, std::move(pending_registration)); in TEST_F()
81 EXPECT_TRUE(manager_->IsServiceRegistered(cid)); in TEST_F()
84 manager_->Unregister(cid, common::BindOnce([] {}), user_handler_); in TEST_F()
85 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
93 Cid cid = 0x1000; in TEST_F() local
94 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
95 manager_->Register(cid, std::move(pending_registration)); in TEST_F()
96 EXPECT_FALSE(manager_->IsServiceRegistered(cid)); in TEST_F()
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_l2cap_api.h149 std::function<bool(uint16_t cid)> body{[](uint16_t cid) { return false; }};
150 bool operator()(uint16_t cid) { return body(cid); }; in operator()
160 return body(cid, p_data); in operator()
269 return body(cid, p_freg); in operator()
280 return body(cid, rem_bda); in operator()
305 return body(cid, rem_bda); in operator()
363 return body(cid, priority); in operator()
553 return body(cid, peer_cfg); in operator()
561 std::function<bool(uint16_t cid)> body{[](uint16_t cid) { return false; }};
562 bool operator()(uint16_t cid) { return body(cid); }; in operator()
[all …]
H A Dmock_stack_l2cap_api.h257 std::function<bool(uint16_t cid)> body{[](uint16_t cid) { return false; }};
258 bool operator()(uint16_t cid) { return body(cid); }; in operator()
265 std::function<bool(uint16_t cid)> body{[](uint16_t cid) { return false; }};
266 bool operator()(uint16_t cid) { return body(cid); }; in operator()
321 return body(cid, priority); in operator()
404 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator()
405 return body(cid, p_data); in operator()
415 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator()
416 return body(cid, p_data); in operator()
426 bool operator()(uint16_t cid, bool is_flushable) { in operator()
[all …]
H A Dmock_main_shim_l2cap_api.cc131 bool bluetooth::shim::L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() argument
133 return test::mock::main_shim_l2cap_api::L2CA_DisconnectReq(cid); in L2CA_DisconnectReq()
185 bool bluetooth::shim::L2CA_RegisterFixedChannel(uint16_t cid, in L2CA_RegisterFixedChannel() argument
191 bool bluetooth::shim::L2CA_ConnectFixedChnl(uint16_t cid, in L2CA_ConnectFixedChnl() argument
196 uint16_t bluetooth::shim::L2CA_SendFixedChnlData(uint16_t cid, in L2CA_SendFixedChnlData() argument
203 bool bluetooth::shim::L2CA_RemoveFixedChnl(uint16_t cid, in L2CA_RemoveFixedChnl() argument
230 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority() argument
241 bool bluetooth::shim::L2CA_SetChnlFlushability(uint16_t cid, in L2CA_SetChnlFlushability() argument
245 cid, is_flushable); in L2CA_SetChnlFlushability()
324 bool bluetooth::shim::L2CA_GetPeerLECocConfig(uint16_t cid, in L2CA_GetPeerLECocConfig() argument
[all …]
/aosp12/system/bt/stack/test/common/
H A Dmock_eatt.cc53 pimpl_->Reconfigure(bd_addr, cid, mtu); in Reconfigure()
60 uint16_t cid) { in FindEattChannelByCid() argument
61 return pimpl_->FindEattChannelByCid(bd_addr, cid); in FindEattChannelByCid()
99 uint16_t cid) { in StartIndicationConfirmationTimer() argument
100 pimpl_->StartIndicationConfirmationTimer(bd_addr, cid); in StartIndicationConfirmationTimer()
104 uint16_t cid) { in StopIndicationConfirmationTimer() argument
105 pimpl_->StopIndicationConfirmationTimer(bd_addr, cid); in StopIndicationConfirmationTimer()
110 uint16_t cid) { in StartAppIndicationTimer() argument
111 pimpl_->StartAppIndicationTimer(bd_addr, cid); in StartAppIndicationTimer()
115 uint16_t cid) { in StopAppIndicationTimer() argument
[all …]
H A Dmock_l2cap_layer.cc44 bool L2CA_DisconnectReq(uint16_t cid) { in L2CA_DisconnectReq() argument
45 return l2cap_interface->DisconnectRequest(cid); in L2CA_DisconnectReq()
48 bool L2CA_DisconnectRsp(uint16_t cid) { in L2CA_DisconnectRsp() argument
49 return l2cap_interface->DisconnectResponse(cid); in L2CA_DisconnectRsp()
52 bool L2CA_ConfigReq(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigReq() argument
53 return l2cap_interface->ConfigRequest(cid, p_cfg); in L2CA_ConfigReq()
56 bool L2CA_ConfigRsp(uint16_t cid, tL2CAP_CFG_INFO* p_cfg) { in L2CA_ConfigRsp() argument
57 return l2cap_interface->ConfigResponse(cid, p_cfg); in L2CA_ConfigRsp()
60 uint8_t L2CA_DataWrite(uint16_t cid, BT_HDR* p_data) { in L2CA_DataWrite() argument
61 return l2cap_interface->DataWrite(cid, p_data); in L2CA_DataWrite()
/aosp12/system/bt/stack/eatt/
H A Deatt_impl.h140 for (uint16_t cid : lcids) { in eatt_l2cap_connect_ind() local
146 eatt_dev->eatt_channels.insert({cid, chan}); in eatt_l2cap_connect_ind()
319 for (uint16_t cid : connecting_cids) { in connect_eatt() local
320 LOG(INFO) << " \t cid: " << loghex(cid); in connect_eatt()
348 return el.first == cid; in find_eatt_channel_by_cid()
531 std::vector<uint16_t> cids = {cid}; in reconfigure()
557 uint16_t cid = iter->first; in reconfigure_all() local
558 cids.push_back(cid); in reconfigure_all()
595 void disconnect_channel(uint16_t cid) { L2CA_DisconnectReq(cid); } in disconnect_channel()
614 uint16_t cid = iter->first; in disconnect() local
[all …]
/aosp12/system/bt/stack/test/eatt/
H A Deatt_test.cc82 for (uint16_t cid : test_local_cids) { in ConnectDeviceEattSupported() local
90 test_address, cid, EATT_MIN_MTU_MPS, L2CAP_CONN_OK); in ConnectDeviceEattSupported()
91 connected_cids_.push_back(cid); in ConnectDeviceEattSupported()
108 for (uint16_t cid : connected_cids_) in DisconnectEattByPeer() local
109 l2cap_app_info_.pL2CA_DisconnectInd_Cb(cid, true); in DisconnectEattByPeer()
276 uint16_t cid = connected_cids_[0]; in TEST_F() local
278 eatt_instance_->FindEattChannelByCid(test_address, cid); in TEST_F()
301 for (uint16_t cid : cids) { in TEST_F() local
329 for (uint16_t cid : cids) { in TEST_F() local
403 for (uint16_t cid : connected_cids_) { in TEST_F() local
[all …]

12345678910>>...12