Home
last modified time | relevance | path

Searched refs:BleGattsDisconnect (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp228 int32_t BleGattsDisconnect(int32_t serverId, BdAddr bdAddr, int32_t connId) in BleGattsDisconnect() function
230 return MockBluetooth::GetMocker()->BleGattsDisconnect(serverId, bdAddr, connId); in BleGattsDisconnect()
H A Dbluetooth_mock.h75 virtual int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) = 0;
132 MOCK_METHOD(int32_t, BleGattsDisconnect, (int serverId, BdAddr bdAddr, int connId), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp103 EXPECT_CALL(mocker, BleGattsDisconnect).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll()
370 EXPECT_CALL(mocker, BleGattsDisconnect).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F()
373 EXPECT_CALL(mocker, BleGattsDisconnect).Times(1).WillOnce(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h445 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId);
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp279 int32_t BleGattsDisconnect(int32_t serverId, BdAddr bdAddr, int32_t connId) in BleGattsDisconnect() function
281 return MockBluetooth::GetMocker()->BleGattsDisconnect(serverId, bdAddr, connId); in BleGattsDisconnect()
H A Dbluetooth_mock.h84 virtual int32_t BleGattsDisconnect(int32_t serverId, BdAddr bdAddr, int32_t connId) = 0;
155 MOCK_METHOD(int32_t, BleGattsDisconnect, (int32_t serverId, BdAddr bdAddr, int32_t connId), (override));
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c226 CONN_LOGI(CONN_BLE, "BleGattsDisconnect start"); in SoftBusGattsDisconnect()
227 if (BleGattsDisconnect(g_halServerId, addr, connId) != SOFTBUS_OK) { in SoftBusGattsDisconnect()
228 CONN_LOGE(CONN_BLE, "BleGattsDisconnect return error"); in SoftBusGattsDisconnect()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp678 int BleGattsDisconnect(int serverId, BdAddr bdAddr, int connId) in BleGattsDisconnect() function

Completed in 8 milliseconds