Home
last modified time | relevance | path

Searched refs:connecting (Results 1 – 25 of 67) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c345connecting->mtu = Min(connecting->locall2capConfigInfoObj.mtu, connecting->remotel2capConfigInfoOb… in AttRecvConfigReqAssignBredrConnect()
359 connecting->aclHandle = 0; in AttClearConnectingInfo()
360 connecting->cid = 0; in AttClearConnectingInfo()
361 connecting->id = 0; in AttClearConnectingInfo()
362 connecting->mtu = 0; in AttClearConnectingInfo()
373 (void)memset_s(&connecting->addr, sizeof(connecting->addr), 0, sizeof(BtAddr)); in AttClearConnectingInfo()
473 if (connecting != NULL) { in AttCopyToConnectingInfo()
480 connecting->id = id; in AttCopyToConnectingInfo()
665 if (connecting == NULL) { in AttBredrConnectTimeOutAsync()
1367 connecting->id, in AttConnectRsponseAsync()
[all …]
H A Datt_common.h305 void AttGetConnectingIndexByCid(uint16_t cid, AttConnectingInfo **connecting);
314 … AttGetConnectingIndexByCidOutIndex(uint16_t cid, uint16_t *index, AttConnectingInfo **connecting);
322 void AttGetConnectingIndexByConnectHandle(uint16_t connectHandle, AttConnectingInfo **connecting);
333 uint16_t cid, uint16_t connectHandle, uint16_t *index, AttConnectingInfo **connecting);
341 void AttGetConnectingIndexByAddr(const BtAddr *addr, AttConnectingInfo **connecting);
349 void AttGetConnectingIndexByAddrUninitializedCid(const BtAddr *addr, AttConnectingInfo **connecting
360 const BtAddr *addr, uint16_t aclHandle, uint16_t cid, AttConnectingInfo **connecting);
H A Datt_common.c672 *connecting = &g_connecting[index]; in AttGetConnectingIndexByCid()
675 *connecting = NULL; in AttGetConnectingIndexByCid()
708 *connecting = NULL; in AttGetConnectingIndexByCidOutIndex()
737 *connecting = &g_connecting[index]; in AttGetConnectingIndexByConnectHandle()
740 *connecting = NULL; in AttGetConnectingIndexByConnectHandle()
776 *connecting = NULL; in AttGetConnectingIndexByCidConnectHandle()
804 *connecting = &g_connecting[index]; in AttGetConnectingIndexByAddr()
807 *connecting = NULL; in AttGetConnectingIndexByAddr()
838 *connecting = &g_connecting[index]; in AttGetConnectingIndexByAddrUninitializedCid()
841 *connecting = NULL; in AttGetConnectingIndexByAddrUninitializedCid()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c71 ConnBrDevice *connecting; member
371 g_brManager.connecting = device; in ConnectDeviceDirectly()
408 if (g_brManager.connecting != NULL) { in PendingDevice()
413 …if (g_brManager.connecting != NULL && StrCmpIgnoreCase(g_brManager.connecting->addr, device->addr)… in PendingDevice()
673 g_brManager.connecting = NULL; in ClientConnected()
728 g_brManager.connecting = NULL; in AuthenticationFailedAndRetry()
788 if (g_brManager.connecting != NULL) { in ClientConnectFailed()
790 g_brManager.connecting = NULL; in ClientConnectFailed()
809 g_brManager.connecting = NULL; in ClientConnectTimeoutOnConnectingState()
990 g_brManager.connecting = NULL; in Reset()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c64 ConnBleDevice *connecting; member
541 ConnBleDevice *connecting = g_bleManager.connecting; in PendingDevice() local
543 if (connecting != NULL) { in PendingDevice()
548 if (connecting != NULL && StrCmpIgnoreCase(connecting->addr, device->addr) == 0) { in PendingDevice()
549 target = connecting; in PendingDevice()
665 g_bleManager.connecting = NULL; in BleClientConnectTimeoutOnConnectingState()
693 g_bleManager.connecting = NULL; in BleClientConnected()
752 g_bleManager.connecting = NULL; in BleClientConnectFailed()
1121 g_bleManager.connecting->addr, CONN_SIDE_CLIENT, g_bleManager.connecting->protocol); in BleReset()
1129 g_bleManager.connecting = NULL; in BleReset()
[all …]
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-power-charge-common-framework-guide.md108 * @throws { BusinessError } 4900101 - If connecting to the service failed.
123 * @throws { BusinessError } 4900101 - If connecting to the service failed.
138 * @throws { BusinessError } 4900101 - If connecting to the service failed.
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.h205 std::unique_ptr<StateMachine::State> connecting = in A2dpStateManager() local
210 Move(connecting); in A2dpStateManager()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-uiserviceproxy.md72 // Create a button for connecting to the UIServiceExtensionAbility.
93 // Customize a function for connecting to the UIServiceExtensionAbility.
/ohos5.0/docs/en/application-dev/napi/
H A Ddebug-lldb.md58 …LLDB supports remote debugging of native C++ applications by connecting to OpenHarmony devices or …
61 …LLDB supports remote debugging of C and C++ applications by directly connecting to OpenHarmony dev…
174 …through on how to remotely debug an executable file named **a.out** by connecting to an Arm-based …
/ohos5.0/docs/en/application-dev/tools/
H A Dlldb-tool.md56 …LLDB supports remote debugging of native C++ applications by connecting to OpenHarmony devices or …
60 …LLDB supports remote debugging of C and C++ applications by directly connecting to OpenHarmony dev…
189 …through on how to remotely debug an executable file named **a.out** by connecting to an ARM-based …
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp577 g_brManager.connecting = &conn;
589 g_brManager.connecting = &conn;
601 g_brManager.connecting = &conn;
661 g_brManager.connecting = nullptr;
684 g_brManager.connecting = nullptr;
712 g_brManager.connecting = connectingDevice;
736 g_brManager.connecting = nullptr;
751 g_brManager.connecting = connectingDevice;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-charge-common-framework-guide.md108 * @throws { BusinessError } 4900101 - If connecting to the service failed.
123 * @throws { BusinessError } 4900101 - If connecting to the service failed.
138 * @throws { BusinessError } 4900101 - If connecting to the service failed.
H A Dsubsys-ai-nnrt-guide.md36 Suppose you are connecting an AI acceleration chip, for example, RK3568, to NNRt. The following exe…
37 > **NOTE**<br>In this tutorial, the purpose of connecting the RK3568 chip to NNRt is to utilize the…
40 The following figure shows the process of connecting a dedicated AI acceleration chip to NNRt.
42 **Figure 2** Process of connecting a dedicated AI acceleration chip to NNRt
44 ![Process of connecting a dedicated AI acceleration chip to NNRt](./figures/nnrt_dev_flow.png)
H A Dsubsys-multimedia-video-overview.md43 | WLAN connecting devices| Hi3861 | N/A| N/A|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/developtools/lldb/system/
H A Dhdcd.te31 # Before connecting to lldb-server, users have to create a network forwarding
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp436 bool connecting = vendorManager->IsConnectingPrinter(globalPrinterId, printerUri); in OnPrinterCapabilityQueried() local
437 if (connecting) { in OnPrinterCapabilityQueried()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Dohprint_8h.md6 Declares APIs for discovering and connecting to printers, printing files, and querying the list of …
/ohos5.0/docs/en/application-dev/security/AccessToken/
H A Dpermissions-for-all-user.md18 …o access Bluetooth and use Bluetooth capabilities, such as pairing and connecting to peripheral de…
169 Allows an application to use NearLink, such as device pairing and connecting to nearby devices.
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A Dp2pModel.ets86 prompt.showToast({ message : 'connecting' })
H A DwifiTestModel.ets53 prompt.showToast({ message : 'connecting' })
H A DwifiModel.ets62 prompt.showToast({ message : 'connecting' })
/ohos5.0/docs/en/application-dev/application-models/
H A Dcomponent-startup-rules-fa.md4 Component startup refers to the behavior of starting or connecting to an application component.
H A Dcomponent-startup-rules.md4 Component startup refers to the behavior of starting or connecting to an application component.
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dbluetooth-overview.md17 …oller over Bluetooth. Wireless control and input can be implemented by connecting the HID devices …
/ohos5.0/drivers/hdf_core/framework/
H A DREADME.md155 … Interfaces \(HDIs\) are capable of creating, disabling, scanning, and connecting to WLAN hotspots.
157 …, as well as the capabilities of creating/releasing a **WifiModule**, connecting to/disconnecting…

123