Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/ble/src/
Dsoftbus_conn_ble_client.c53 int32_t underlayerHandle; member
110 static int32_t SetConnectionHandleAndState(ConnBleConnection *connection, int32_t underlayerHandle) in SetConnectionHandleAndState()
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()
527 static int32_t NotificatedConnHandler(int32_t underlayerHandle, ConnBleConnection *connection) in NotificatedConnHandler()
565 static int32_t NotificatedNetHandler(int32_t underlayerHandle, ConnBleConnection *connection) in NotificatedNetHandler()
589 static void BleGattcConfigureMtuSizeCallback(int32_t underlayerHandle, int32_t mtuSize, int32_t sta… in BleGattcConfigureMtuSizeCallback()
[all …]
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
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
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()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
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()
/foundation/communication/dsoftbus/tests/core/connection/ble/
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()
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()
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
Dconnection_ble_manager_mock.cpp130 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in LegacyBleCreateConnection()
/foundation/communication/dsoftbus/core/connection/ble/include/
Dsoftbus_conn_ble_connection.h113 int32_t underlayerHandle; member