Home
last modified time | relevance | path

Searched defs:underlayerHandle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c53 int32_t underlayerHandle; member
137 int32_t underlayerHandle = SoftbusGattcRegister(); in ConnGattClientConnect() local
176 static void BleGattcConnStateCallback(int32_t underlayerHandle, int32_t state, int32_t status) in BleGattcConnStateCallback()
311 int32_t underlayerHandle = connection->underlayerHandle; in RetrySearchService() local
346 static void BleGattcSearchServiceCallback(int32_t underlayerHandle, int32_t status) in BleGattcSearchServiceCallback()
446 static void BleGattcRegisterNotificationCallback(int32_t underlayerHandle, int32_t status) in BleGattcRegisterNotificationCallback()
613 int32_t underlayerHandle = ctx->common.underlayerHandle; in MtuSettedMsgHandler() local
664 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattClientDisconnect() local
733 int32_t underlayerHandle = connection->underlayerHandle; in ClientWaitDiconnetTimeoutMsgHandler() local
804 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattClientSend() local
[all …]
H A Dsoftbus_conn_ble_server.c617 static void BleConnectServerCallback(int32_t underlayerHandle, const SoftBusBtAddr *btAddr) in BleConnectServerCallback()
663 static void BleMtuChangeCallback(int32_t underlayerHandle, int32_t mtu) in BleMtuChangeCallback()
911 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattServerSend() local
934 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattServerConnect() local
968 int32_t underlayerHandle = connection->underlayerHandle; in ConnGattServerDisconnect() local
999 static void BleDisconnectServerCallback(int32_t underlayerHandle, const SoftBusBtAddr *btAddr) in BleDisconnectServerCallback()
1071 int32_t underlayerHandle = writeCbPara.connId; in BleRequestWriteCallback() local
H A Dsoftbus_conn_ble_connection.c75 int32_t underlayerHandle; member
106 …const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fast… in ConnBleCreateConnection()
376 int32_t underlayerHandle = connection->underlayerHandle; in ConnBleUpdateConnectionRc() local
H A Dsoftbus_conn_ble_manager.c100 int32_t underlayerHandle; member
1032 int32_t underlayerHandle = connection->underlayerHandle; in BleReuseConnectionCommon() local
1368 ConnBleConnection *ConnBleGetConnectionByHandle(int32_t underlayerHandle, ConnSideType side, BlePro… in ConnBleGetConnectionByHandle()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_conflict_virtual.c23 void SoftbusBleConflictNotifyConnectResult(uint32_t requestId, int32_t underlayerHandle, bool statu… in SoftbusBleConflictNotifyConnectResult()
30 void SoftbusBleConflictNotifyDateReceive(int32_t underlayerHandle, const uint8_t *data, uint32_t da… in SoftbusBleConflictNotifyDateReceive()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp107 void SoftbusBleConflictNotifyDateReceive(int32_t underlayerHandle, const uint8_t *data, uint32_t da… in SoftbusBleConflictNotifyDateReceive()
134 void SoftbusBleConflictNotifyConnectResult(uint32_t requestId, int32_t underlayerHandle, bool statu… in SoftbusBleConflictNotifyConnectResult()
H A Dconnection_ble_manager_test.cpp112 void SoftbusBleConflictNotifyDateReceive(int32_t underlayerHandle, const uint8_t *data, uint32_t da… in SoftbusBleConflictNotifyDateReceive()
125 void SoftbusBleConflictNotifyConnectResult(uint32_t requestId, int32_t underlayerHandle, bool statu… in SoftbusBleConflictNotifyConnectResult()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.cpp130 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in LegacyBleCreateConnection()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h113 int32_t underlayerHandle; member