/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_client.c | 53 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 D | softbus_conn_ble_server.c | 617 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 D | softbus_conn_ble_connection.c | 75 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 D | softbus_conn_ble_manager.c | 100 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 D | softbus_adapter_ble_conflict_virtual.c | 23 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 D | connection_ble_client_test.cpp | 107 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 D | connection_ble_manager_test.cpp | 112 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 D | connection_ble_manager_mock.cpp | 130 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in LegacyBleCreateConnection()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_connection.h | 113 int32_t underlayerHandle; member
|