| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| D | softbus_conn_ble_client.c | 53 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 …]
|
| 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
|
| 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
|
| 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()
|
| /foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
| 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()
|
| /foundation/communication/dsoftbus/tests/core/connection/ble/ |
| 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()
|
| 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()
|
| /foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
| D | connection_ble_manager_mock.cpp | 130 const char *addr, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) in LegacyBleCreateConnection()
|
| /foundation/communication/dsoftbus/core/connection/ble/include/ |
| D | softbus_conn_ble_connection.h | 113 int32_t underlayerHandle; member
|